commit:     603fb17ddb81733852b77f2d31140b57310c6918
Author:     Stephen L Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 23:07:52 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 12:00:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603fb17d

sys-libs/ncurses: fix critical tinfow typo in install command

Add missing continuation mark to complete gen_usr_ldscript command chain
for tinfo and unicode use flags.  Otherwise things can get ugly and very
broken...

Package-Manager: portage-2.2.22

 sys-libs/ncurses/ncurses-6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ncurses/ncurses-6.0-r1.ebuild 
b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
index c41219b..fc20a47 100644
--- a/sys-libs/ncurses/ncurses-6.0-r1.ebuild
+++ b/sys-libs/ncurses/ncurses-6.0-r1.ebuild
@@ -227,7 +227,7 @@ multilib_src_install() {
        # Move main libraries into /.
        if multilib_is_native_abi ; then
                gen_usr_ldscript -a \
-                       "${NCURSES_TARGETS[@]}"
+                       "${NCURSES_TARGETS[@]}" \
                        $(use tinfo && usex unicode 'tinfow' '') \
                        $(usev tinfo)
        fi

Reply via email to