From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-74408-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B4F8358973
	for <garchives@archives.gentoo.org>; Fri,  5 Feb 2016 06:39:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81633E0807;
	Fri,  5 Feb 2016 06:38:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7B315E07AE
	for <gentoo-dev@lists.gentoo.org>; Fri,  5 Feb 2016 06:38:51 +0000 (UTC)
Received: from localhost (unknown [IPv6:2404:e800:e600:38b:f1f8:8fd3:fa93:91a])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: perfinion)
	by smtp.gentoo.org (Postfix) with ESMTPSA id D04EB340861
	for <gentoo-dev@lists.gentoo.org>; Fri,  5 Feb 2016 06:38:49 +0000 (UTC)
Date: Fri, 5 Feb 2016 14:38:44 +0800
From: Jason Zaman <perfinion@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] New USE_EXPAND NGINX_MODULES_STREAM
Message-ID: <20160205063844.GA5492@meriadoc>
References: <56B27F5D.4040805@gentoo.org>
 <20160203234849.0d4ebc8f.mgorny@gentoo.org>
 <CAKmKYaC4ZrPeZH0zjsa_n-Gyz7c=-oVM1u7hOF5ZFaBMZsOa3Q@mail.gmail.com>
 <20160204102740.GA26130@meriadoc>
 <CAATnKFBpZ-zQ1Ojb+Rbr79a_NXZ4P5ppgE8T-tpEDw1Lmoa5ag@mail.gmail.com>
 <CAHY5MedFp1z9q1PGDPxOVHxDpuFTiHkOFmMhdGtdko8zXCCfEw@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <CAHY5MedFp1z9q1PGDPxOVHxDpuFTiHkOFmMhdGtdko8zXCCfEw@mail.gmail.com>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-Archives-Salt: d71c81db-66b4-4f29-9d60-a83b8a639cf8
X-Archives-Hash: 19f9f286d1c6852a582751e1b72c4a63

On Thu, Feb 04, 2016 at 04:35:44PM -0600, Gordon Pettey wrote:
> On Thu, Feb 4, 2016 at 6:17 AM, Kent Fredric <[1]kentfredric@gmail.com>
> wrote:
[ ... ]
>> Its really sad we can't just have what Paludis does, package.use
>> side
>> support for USE_EXPAND.
>> www-servers/nginx  normal_use_flags NGINX_MODULES: http_access
>> http_auth_basic http_autoindex
>> Or similar.
>
> But we can do exactly that, as of at least portage-2.2.24, possibly
> earlier.

Whoa that I was unaware of. This is amazing and makes USE_EXPAND much
less important to me :D

-- Jason