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 86B6858973 for ; Mon, 8 Feb 2016 23:07:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4D521C0AA; Mon, 8 Feb 2016 23:07:04 +0000 (UTC) Received: from wp260.webpack.hosteurope.de (wp260.webpack.hosteurope.de [80.237.133.29]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D11C21C03D for ; Mon, 8 Feb 2016 23:07:03 +0000 (UTC) Received: from p549a895d.dip0.t-ipconnect.de ([84.154.137.93] helo=gentp.lnet); authenticated by wp260.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1aSutZ-0005eX-JP; Tue, 09 Feb 2016 00:07:01 +0100 Received: from gentp.lnet (gentp.lnet [IPv6:::1]) by gentp.lnet (Postfix) with ESMTP id B7912261AFF for ; Tue, 9 Feb 2016 00:07:00 +0100 (CET) Date: Tue, 9 Feb 2016 00:07:00 +0100 From: Luis Ressel To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] New USE_EXPAND NGINX_MODULES_STREAM Message-ID: <20160209000700.3fb4bb47@gentp.lnet> In-Reply-To: References: <56B27F5D.4040805@gentoo.org> <20160203234849.0d4ebc8f.mgorny@gentoo.org> <20160204102740.GA26130@meriadoc> <20160208224119.14a513e1.mgorny@gentoo.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;aranea@aixah.de;1454972823;2bde4ad3; X-Archives-Salt: 9ee3900d-cefc-4955-8ecd-e8ace8d4c7d3 X-Archives-Hash: a2c9e9074ca28552773d1230f759c4ba On Tue, 9 Feb 2016 11:34:12 +1300 Kent Fredric wrote: > nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? > ( dev-lang/luajit:2= ) ) This should of course also be changed to the global 'lua' useflag. Currently, you're even mixing NGINX_MODULES and normal USE flags here for maximum confusion. -- aranea