commit: d8bd45c4b449e49f6582153f721a208308b0ee1d Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Mon Dec 11 10:36:16 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Mon Dec 11 10:36:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bd45c4
sys-power/powertop: Remove unreferenced patch from FILESDIR. Closes: https://github.com/gentoo/gentoo/pull/6475 Package-Manager: Portage-2.3.17, Repoman-2.3.6 sys-power/powertop/files/powertop-2.4-tinfo.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sys-power/powertop/files/powertop-2.4-tinfo.patch b/sys-power/powertop/files/powertop-2.4-tinfo.patch deleted file mode 100644 index b965d8e06a5..00000000000 --- a/sys-power/powertop/files/powertop-2.4-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -46,7 +46,7 @@ - AC_FUNC_STRTOD - AC_CHECK_FUNCS([fdatasync getpagesize gettimeofday memmove memset mkdir munmap pow realpath regcomp select setlocale socket sqrt strcasecmp strchr strdup strerror strncasecmp strstr strtoul strtoull]) - --AC_SEARCH_LIBS([delwin], [ncursesw ncurses], [], AC_MSG_ERROR([ncurses is required but was not found]), []) -+PKG_CHECK_MODULES(ncurses, ncurses, [LIBS="$LIBS $ncurses_LIBS"], AC_MSG_ERROR([ncurses is required but was not found])) - - has_libpci=0 - PKG_CHECK_MODULES([PCIUTILS], [libpci],[has_libpci=1],[
