app-shells/hstr: remove obsolete patch.
authorVincent de Phily <vincent.dephily@mobile-devices.fr>
Thu, 6 Jun 2019 10:44:00 +0000 (11:44 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 7 Jun 2019 09:32:33 +0000 (11:32 +0200)
Signed-off-by: Vincent de Phily <moltonel@gmail.com>
Suggested-by: Thomas Beinicke <merlin@liao.homelinux.org>
Closes: https://bugs.gentoo.org/685562
Closes: https://github.com/gentoo/gentoo/pull/12206
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-shells/hstr/files/hstr-1.23-tinfo.patch [deleted file]
app-shells/hstr/hstr-2.0.ebuild

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 (file)
index fd4eb41..0000000
+++ /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)
index 887a5f6d55afe1b0a3fc24602f7d61575147130e..0f78fdf6d9a80afb07b670dbd78ae2ef195a5ba6 100644 (file)
@@ -21,7 +21,6 @@ DEPEND="
        virtual/pkgconfig"
 
 DOCS=( CONFIGURATION.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-1.23-tinfo.patch" )
 
 src_prepare() {
        default