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 DECC158973 for ; Thu, 4 Feb 2016 12:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F83D21C02E; Thu, 4 Feb 2016 12:17:57 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA38321C003 for ; Thu, 4 Feb 2016 12:17:56 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id u30so39594173qge.1 for ; Thu, 04 Feb 2016 04:17:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ZneMtRUATpfvI05AzrrzwFgDDBLLBtla1XTSM09u9IY=; b=dYh7PkyI2aiwdCmWVeP5g3xeNOp/ABf9NtoIcqCC4Tky73KKAe7aNBgpoK3qWXbppp mhR2KG/1/oxlnOmI86X1hQwfyF15q/Iecr+evV/B2+ElSMlobYhPdn7XPvn3ojrpnIYw lz0NI9yWmU7ovLheN5dwKnIrr8acIjKJ9INVYptGmu8t5xsHXY8n3UP/XQbTV/pslgVo kjePqiuGf8Xgw1m0zu/MYtVuChUxScHChnenEJCJoUHA6Xivm8+BO1ROys1lFuLUqzUY ajWaa4dxZxnDocFxc7E29fYU0gIM8QoNLKCPtILss9PTAP9NOO7tyc+yo6mlPrHX0JFB iCjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZneMtRUATpfvI05AzrrzwFgDDBLLBtla1XTSM09u9IY=; b=Kp+qF7H/pm2mh6CFt7nstf7ryiiqYc6NQHULNypQZ6PMerCJY4fHbb99CAM7YZzNan mcypeK0rYpoy5cQgvUGPQAUS5TcP4MVtzt3SEQTYhtpoe61iOncI8TYnqSQUv5+W1s33 QTjbF+6EnDdUoy/xB+wTx3HG2KY4lpbuxpZzHyzsOCxmP8adeQARMYNB9nmON/b2G+OG q3dwcAn/YoGpmBLjNLr5wNTBd2JtknCpZ9qw7Jez+7M+JgV1ZtoaaqVJS/M7rGgL1SPf ma11Dwa8ApGgwa30oNNyaxArgSs9waPYOVDr3HPcmflKcL7ljPq+nBHNDgCAC/LubcKu rEvg== X-Gm-Message-State: AG10YOQABtlzhBG9V5Pemzy10Uy/bFSftGZyJ0FH1dwh/ZKRgazb3jcVPCqYhtjGUHv4j33Q359E1A5IoBTRvg== 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 X-Received: by 10.140.43.180 with SMTP id e49mr8499888qga.66.1454588275976; Thu, 04 Feb 2016 04:17:55 -0800 (PST) Received: by 10.140.107.228 with HTTP; Thu, 4 Feb 2016 04:17:55 -0800 (PST) In-Reply-To: <20160204102740.GA26130@meriadoc> References: <56B27F5D.4040805@gentoo.org> <20160203234849.0d4ebc8f.mgorny@gentoo.org> <20160204102740.GA26130@meriadoc> Date: Fri, 5 Feb 2016 01:17:55 +1300 Message-ID: Subject: Re: [gentoo-dev] New USE_EXPAND NGINX_MODULES_STREAM From: Kent Fredric To: gentoo-dev Cc: =?UTF-8?Q?Manuel_R=C3=BCger?= , =?UTF-8?Q?Johan_Bergstr=C3=B6m?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 634e341f-3d8e-42cf-93de-ee0bdacf8ace X-Archives-Hash: ec07bb40ff6e9f3ddb41e652846232df On 4 February 2016 at 23:27, Jason Zaman wrote: > > www-servers/nginx nginx_modules_http_access nginx_modules_http_auth_basic= nginx_modules_http_autoindex nginx_modules_http_browser nginx_modules_http= _charset nginx_modules_http_fancyindex nginx_modules_http_fastcgi nginx_mod= ules_http_geo nginx_modules_http_gzip nginx_modules_http_limit_req nginx_mo= dules_http_limit_zone nginx_modules_http_map nginx_modules_http_memcached n= ginx_modules_http_proxy nginx_modules_http_realip nginx_modules_http_refere= r nginx_modules_http_rewrite nginx_modules_http_scgi nginx_modules_http_spd= y nginx_modules_http_split_clients nginx_modules_http_ssi nginx_modules_htt= p_upstream_check nginx_modules_http_upstream_ip_hash nginx_modules_http_use= rid nginx_modules_http_uwsgi I used to do this sort of thing for the PYTHON_TARGETS stuff, but it hurts way too badly. So now instead I have a couple of convenience tools in `package.env` + `env.d` instead. ( Queue many ewing ) 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 I'd expect such a feature to make auto-unmask less elegant. --=20 Kent KENTNL - https://metacpan.org/author/KENTNL