Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/
Date: Fri, 02 Oct 2015 12:01:10
Message-Id: 1443787234.603fb17ddb81733852b77f2d31140b57310c6918.mgorny@gentoo
1 commit: 603fb17ddb81733852b77f2d31140b57310c6918
2 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 23:07:52 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 12:00:34 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603fb17d
7
8 sys-libs/ncurses: fix critical tinfow typo in install command
9
10 Add missing continuation mark to complete gen_usr_ldscript command chain
11 for tinfo and unicode use flags. Otherwise things can get ugly and very
12 broken...
13
14 Package-Manager: portage-2.2.22
15
16 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
20 index c41219b..fc20a47 100644
21 --- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
22 +++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
23 @@ -227,7 +227,7 @@ multilib_src_install() {
24 # Move main libraries into /.
25 if multilib_is_native_abi ; then
26 gen_usr_ldscript -a \
27 - "${NCURSES_TARGETS[@]}"
28 + "${NCURSES_TARGETS[@]}" \
29 $(use tinfo && usex unicode 'tinfow' '') \
30 $(usev tinfo)
31 fi