From: Vincent de Phily Date: Thu, 6 Jun 2019 10:44:00 +0000 (+0100) Subject: app-shells/hstr: remove obsolete patch. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20725653235f81bd300844d453fae38d8a521620;p=gentoo.git app-shells/hstr: remove obsolete patch. Signed-off-by: Vincent de Phily Suggested-by: Thomas Beinicke Closes: https://bugs.gentoo.org/685562 Closes: https://github.com/gentoo/gentoo/pull/12206 Signed-off-by: Patrice Clement --- diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch deleted file mode 100644 index fd4eb414b12b..000000000000 --- a/app-shells/hstr/files/hstr-1.23-tinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -76,7 +76,7 @@ - AC_CHECK_LIB(m, cos, [], [AC_MSG_ERROR([Could not find m library])]) - AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])]) - # ncurses might be linked in libtinfo --#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])]) -+AC_SEARCH_LIBS(tinfow, tinfo, [], [AC_MSG_ERROR([Could not find tinfow library])]) - - # Checks for header files. - AC_CHECK_HEADER(assert.h) diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild index 887a5f6d55af..0f78fdf6d9a8 100644 --- a/app-shells/hstr/hstr-2.0.ebuild +++ b/app-shells/hstr/hstr-2.0.ebuild @@ -21,7 +21,6 @@ DEPEND=" virtual/pkgconfig" DOCS=( CONFIGURATION.md README.md ) -PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" ) src_prepare() { default