Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/files/, app-shells/hstr/
Date: Tue, 07 May 2019 21:27:55
Message-Id: 1557264426.c4007cf22d100c3fa2ce942480671d49b39cd80a.monsieurp@gentoo
1 commit: c4007cf22d100c3fa2ce942480671d49b39cd80a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 30 13:26:21 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 21:27:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4007cf2
7
8 app-shells/hstr: force tinfow use.
9
10 Courtesy of vapier <AT> gentoo.org.
11
12 Closes: https://bugs.gentoo.org/651720
13 Closes: https://github.com/gentoo/gentoo/pull/11867
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15 Package-Manager: Portage-2.3.62, Repoman-2.3.11
16
17 app-shells/hstr/files/hstr-1.23-tinfo.patch | 2 +-
18 app-shells/hstr/hstr-2.0.ebuild | 4 ++--
19 2 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/app-shells/hstr/files/hstr-1.23-tinfo.patch b/app-shells/hstr/files/hstr-1.23-tinfo.patch
22 index 85a4743c0e9..fd4eb414b12 100644
23 --- a/app-shells/hstr/files/hstr-1.23-tinfo.patch
24 +++ b/app-shells/hstr/files/hstr-1.23-tinfo.patch
25 @@ -5,7 +5,7 @@
26 AC_CHECK_LIB(readline, using_history, [], [AC_MSG_ERROR([Could not find readline library])])
27 # ncurses might be linked in libtinfo
28 -#AC_CHECK_LIB(tinfo, keypad, [], [AC_MSG_ERROR([Could not find tinfo library])])
29 -+AC_SEARCH_LIBS(keypad, tinfo, [], [AC_MSG_ERROR([Could not find tinfo library])])
30 ++AC_SEARCH_LIBS(tinfow, tinfo, [], [AC_MSG_ERROR([Could not find tinfow library])])
31
32 # Checks for header files.
33 AC_CHECK_HEADER(assert.h)
34
35 diff --git a/app-shells/hstr/hstr-2.0.ebuild b/app-shells/hstr/hstr-2.0.ebuild
36 index 69a54df0bce..887a5f6d55a 100644
37 --- a/app-shells/hstr/hstr-2.0.ebuild
38 +++ b/app-shells/hstr/hstr-2.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2018 Gentoo Authors
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
46 KEYWORDS="amd64 x86 ~amd64-fbsd"
47
48 RDEPEND="
49 - sys-libs/ncurses:0="
50 + sys-libs/ncurses:0=[unicode]"
51
52 DEPEND="
53 ${RDEPEND}