app-shells/hstr: force tinfow use.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 30 Apr 2019 13:26:21 +0000 (15:26 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 May 2019 21:27:06 +0000 (23:27 +0200)
Courtesy of vapier@gentoo.org.

Closes: https://bugs.gentoo.org/651720
Closes: https://github.com/gentoo/gentoo/pull/11867
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

app-shells/hstr/files/hstr-1.23-tinfo.patch
app-shells/hstr/hstr-2.0.ebuild

index 85a4743c0e9446f734ae57753d3df28ee4604ec5..fd4eb414b12b82105f2b5122e0149a25b4976559 100644 (file)
@@ -5,7 +5,7 @@
  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(keypad, tinfo, [], [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 69a54df0bce823950d28ef4a9d00ac580a4c94dd..887a5f6d55afe1b0a3fc24602f7d61575147130e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 KEYWORDS="amd64 x86 ~amd64-fbsd"
 
 RDEPEND="
-       sys-libs/ncurses:0="
+       sys-libs/ncurses:0=[unicode]"
 
 DEPEND="
        ${RDEPEND}