commit:     d4933e328ca43fbc4a09343fe8ecbacad1dbee6e
Author:     everpcpc <git <AT> everpcpc <DOT> com>
AuthorDate: Fri May  6 13:15:04 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat May  7 22:19:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4933e32

www-servers/nginx: Fix typo for using stream upstream module

Closes: https://github.com/gentoo/gentoo/pull/1421

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 www-servers/nginx/nginx-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/nginx/nginx-1.10.0.ebuild 
b/www-servers/nginx/nginx-1.10.0.ebuild
index ef851c4..2058354 100644
--- a/www-servers/nginx/nginx-1.10.0.ebuild
+++ b/www-servers/nginx/nginx-1.10.0.ebuild
@@ -529,7 +529,7 @@ src_configure() {
                                myconf+=( 
--without-stream_upstream_least_conn_module )
                                myconf+=( --without-stream_upstream_zone_module 
)
                        else
-                               myconf+=( --without-stream_${stream}_module )
+                               myconf+=( --without-stream_${mod}_module )
                        fi
                fi
        done

Reply via email to