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 C3552138CF8 for ; Tue, 23 Jun 2015 11:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C18C14033; Tue, 23 Jun 2015 11:40:28 +0000 (UTC) Received: from smtp.salomon.at (smtp.salomon.at [193.186.16.13]) (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 ADF9A1402F for ; Tue, 23 Jun 2015 11:40:27 +0000 (UTC) Received: from samail03.wamas.com ([172.28.2.2] helo=mailhost.salomon.at) by smtp.salomon.at with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1Z7MYz-0008EU-K0; Tue, 23 Jun 2015 13:40:25 +0200 Received: from [172.28.41.34] by mailhost.salomon.at with esmtp (Exim 4.77) (envelope-from ) id 1Z7MYx-0000SX-Gk; Tue, 23 Jun 2015 13:40:23 +0200 Message-ID: <558945A7.5080006@gentoo.org> Date: Tue, 23 Jun 2015 13:40:23 +0200 From: Michael Haubenwallner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] Re: [PATCH] Make the USE variable readonly (bug 325009) References: <1430082849-25101-1-git-send-email-zmedico@gentoo.org> In-Reply-To: <1430082849-25101-1-git-send-email-zmedico@gentoo.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: c24d6019-25d6-437e-87cb-ad59c7efe9a4 X-Archives-Hash: c939fceb6f4f3c02edd6b6aa4ae50e27 On 04/26/2015 11:14 PM, Zac Medico wrote: > This requires the EBUILD_FORCE_TEST code from dyn_test to execute > before USE is declared readonly. > > X-Gentoo-Bug: 325009 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=325009 > --- > --- a/bin/ebuild.sh > +++ b/bin/ebuild.sh > @@ -1,5 +1,5 @@ > + declare -r USE This breaks the 'ebuildshell' feature patch, https://bugs.gentoo.org/show_bug.cgi?id=155161 Shouldn't "USE" show up in PORTAGE_READONLY_VARS as well? /haubi/