diff options
author | Vincent de Phily <vincent.dephily@mobile-devices.fr> | 2019-06-06 11:44:00 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-06-07 11:32:33 +0200 |
commit | 20725653235f81bd300844d453fae38d8a521620 (patch) | |
tree | 75033cbeab50036d94a771f98dba6d1aec9d4138 /app-shells/hstr | |
parent | www-apps/drupal: Bump to 8.7.3 release. (diff) | |
download | gentoo-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/hstr')
-rw-r--r-- | app-shells/hstr/files/hstr-1.23-tinfo.patch | 11 | ||||
-rw-r--r-- | app-shells/hstr/hstr-2.0.ebuild | 1 |
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 |