From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KhW8G-0008Rl-E0 for garchives@archives.gentoo.org; Sun, 21 Sep 2008 21:06:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D377E0513; Sun, 21 Sep 2008 21:06:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4778CE0513 for ; Sun, 21 Sep 2008 21:06:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2918467C71 for ; Sun, 21 Sep 2008 21:06:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.79 X-Spam-Level: X-Spam-Status: No, score=-0.79 required=5.5 tests=[AWL=0.742, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_NUMERIC_HELO=2.067] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W2ZwhmN5u0J2 for ; Sun, 21 Sep 2008 21:06:08 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 009DA67B57 for ; Sun, 21 Sep 2008 21:06:05 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KhW7w-0001Vo-E6 for gentoo-dev@gentoo.org; Sun, 21 Sep 2008 21:05:56 +0000 Received: from 82.152.208.249 ([82.152.208.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Sep 2008 21:05:56 +0000 Received: from slong by 82.152.208.249 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Sep 2008 21:05:56 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@lists.gentoo.org From: Steve Long Subject: [gentoo-dev] Re: Making built_with_use die by default with EAPI 2 Date: Sun, 21 Sep 2008 21:57:40 +0100 Message-ID: References: <48D524ED.7080705@gentoo.org> 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=iso-8859-1 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 82.152.208.249 User-Agent: KNode/0.10.9 Sender: news Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5e26cbc1-9af7-401b-b1f3-8ace8cd2d176 X-Archives-Hash: 6468b59f639141ee967ed4110ae2c7b0 Petteri R=E4ty wrote: > When EAPI 2 goes live built_with_use should probably die for most cases= . > Are there valid use cases for built_with_use that are not covered by th= e > use deps in EAPI 2? If there are we could add a switch like --noeapi2di= e > to it. >=20 It would be nicer imo if we just added --or-die as a general switch to th= ose functions we can (and look at sorting out the subshell die thing for -exe= c externals.) That way the decision to die or not would be down to the ebui= ld author and always explicit from looking at the code.