summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent de Phily <vincent.dephily@mobile-devices.fr>2019-06-06 11:44:00 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-06-07 11:32:33 +0200
commit20725653235f81bd300844d453fae38d8a521620 (patch)
tree75033cbeab50036d94a771f98dba6d1aec9d4138 /app-shells
parentwww-apps/drupal: Bump to 8.7.3 release. (diff)
downloadgentoo-20725653235f81bd300844d453fae38d8a521620.tar.gz
gentoo-20725653235f81bd300844d453fae38d8a521620.tar.bz2
gentoo-20725653235f81bd300844d453fae38d8a521620.zip
app-shells/hstr: remove obsolete patch.
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>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/hstr/files/hstr-1.23-tinfo.patch11
-rw-r--r--app-shells/hstr/hstr-2.0.ebuild1
2 files changed, 0 insertions, 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 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