commit: 20725653235f81bd300844d453fae38d8a521620 Author: Vincent de Phily <vincent.dephily <AT> mobile-devices <DOT> fr> AuthorDate: Thu Jun 6 10:44:00 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jun 7 09:32:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20725653
app-shells/hstr: remove obsolete patch. Signed-off-by: Vincent de Phily <moltonel <AT> gmail.com> Suggested-by: Thomas Beinicke <merlin <AT> liao.homelinux.org> Closes: https://bugs.gentoo.org/685562 Closes: https://github.com/gentoo/gentoo/pull/12206 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 ----------- app-shells/hstr/hstr-2.0.ebuild | 1 - 2 files changed, 12 deletions(-) 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 fd4eb414b12..00000000000 --- 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 887a5f6d55a..0f78fdf6d9a 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
