From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B39113824A for ; Sat, 7 May 2016 22:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DBA021C08B; Sat, 7 May 2016 22:34:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9AFD21C08B for ; Sat, 7 May 2016 22:34:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE5743405CF for ; Sat, 7 May 2016 22:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AA91188 for ; Sat, 7 May 2016 22:34:07 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1462659559.d4933e328ca43fbc4a09343fe8ecbacad1dbee6e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx/nginx-1.10.0.ebuild X-VCS-Directories: www-servers/nginx/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d4933e328ca43fbc4a09343fe8ecbacad1dbee6e X-VCS-Branch: master Date: Sat, 7 May 2016 22:34:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 72108adc-49f3-4847-a2f5-e566dbcdb717 X-Archives-Hash: 9a70c6a345029a67191ff75e885c876c commit: d4933e328ca43fbc4a09343fe8ecbacad1dbee6e Author: everpcpc everpcpc com> AuthorDate: Fri May 6 13:15:04 2016 +0000 Commit: Patrice Clement gentoo 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 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