sys-libs/ncurses: fix critical tinfow typo in install command
authorStephen L Arnold <nerdboy@gentoo.org>
Wed, 30 Sep 2015 23:07:52 +0000 (16:07 -0700)
committerMichał Górny <mgorny@gentoo.org>
Fri, 2 Oct 2015 12:00:34 +0000 (14:00 +0200)
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

index c41219baea45e5cfb0d1d41e9dab7ff6739935ca..fc20a470c154c00a3afd6f65f7631d47536aefad 100644 (file)
@@ -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