www-servers/nginx: Fix user/group configure argument (bug #588000)
authorThomas Deutschmann <whissi@whissi.de>
Tue, 19 Jul 2016 23:55:30 +0000 (01:55 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 26 Jul 2016 09:51:25 +0000 (11:51 +0200)
Bug: https://bugs.gentoo.org/588000

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
www-servers/nginx/nginx-1.10.1-r1.ebuild
www-servers/nginx/nginx-1.11.2.ebuild

index 59122307314d61b0ca40c7093b1227d399467215..3c590167d25bad713b8bd70ac561efc082b2eee1 100644 (file)
@@ -554,7 +554,8 @@ src_configure() {
        tc-export CC
 
        if ! use prefix; then
-               myconf+=( --user=${PN}" "--group=${PN} )
+               myconf+=( --user=${PN} )
+               myconf+=( --group=${PN} )
        fi
 
        ./configure \
index 0a7e068169ff1052987701ecccdb6beb1574871b..471bfe0aff79fe83670fe93f2e2b5400b3c31715 100644 (file)
@@ -560,7 +560,8 @@ src_configure() {
        tc-export CC
 
        if ! use prefix; then
-               myconf+=( --user=${PN}" "--group=${PN} )
+               myconf+=( --user=${PN} )
+               myconf+=( --group=${PN} )
        fi
 
        ./configure \