From d4933e328ca43fbc4a09343fe8ecbacad1dbee6e Mon Sep 17 00:00:00 2001 From: everpcpc Date: Fri, 6 May 2016 13:15:04 +0000 Subject: [PATCH] www-servers/nginx: Fix typo for using stream upstream module Closes: https://github.com/gentoo/gentoo/pull/1421 Signed-off-by: Patrice Clement --- 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 ef851c40213a..2058354a5bd4 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 -- 2.26.2