commit:     3f6a2bd81eb91481c2ccc0914773410e97c02e0d
Author:     Thomas Deutschmann <whissi <AT> whissi <DOT> de>
AuthorDate: Tue Jul 19 23:55:30 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 09:51:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6a2bd8

www-servers/nginx: Fix user/group configure argument (bug #588000)

Bug: https://bugs.gentoo.org/588000

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 www-servers/nginx/nginx-1.10.1-r1.ebuild | 3 ++-
 www-servers/nginx/nginx-1.11.2.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/www-servers/nginx/nginx-1.10.1-r1.ebuild 
b/www-servers/nginx/nginx-1.10.1-r1.ebuild
index 5912230..3c59016 100644
--- a/www-servers/nginx/nginx-1.10.1-r1.ebuild
+++ b/www-servers/nginx/nginx-1.10.1-r1.ebuild
@@ -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 \

diff --git a/www-servers/nginx/nginx-1.11.2.ebuild 
b/www-servers/nginx/nginx-1.11.2.ebuild
index 0a7e068..471bfe0 100644
--- a/www-servers/nginx/nginx-1.11.2.ebuild
+++ b/www-servers/nginx/nginx-1.11.2.ebuild
@@ -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 \

Reply via email to