From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H9U3d-0007hX-O2 for garchives@archives.gentoo.org; Tue, 23 Jan 2007 22:24:02 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0NMMPk4019437; Tue, 23 Jan 2007 22:22:25 GMT Received: from shuttle.zlin.dk (port78.ds1-abs.adsl.cybercity.dk [212.242.227.17]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0NMGH0U010279 for ; Tue, 23 Jan 2007 22:16:17 GMT Received: from BA.zlin.dk (unknown [10.0.0.3]) by shuttle.zlin.dk (Postfix) with ESMTP id 7908730037 for ; Tue, 23 Jan 2007 23:16:17 +0100 (CET) From: Bo =?iso-8859-1?q?=D8rsted_Andresen?= To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Unmasking USE flags Date: Tue, 23 Jan 2007 23:16:08 +0100 User-Agent: KMail/1.9.5 References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2942659.MqteYjhZZc"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200701232316.15630.bo.andresen@zlin.dk> X-Archives-Salt: b171d6fd-ecc8-4ab2-8cdb-7ffff9436ab0 X-Archives-Hash: 203f0f0ae1ed0964b4eb835b6995c5f1 --nextPart2942659.MqteYjhZZc Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 23 January 2007 22:28, Daniel Barkalow wrote: > Is there some approved way to unmask a USE flag that your profile masks? > (Maybe only for certain packages?) I need "multilib" for > cross-arm-elf/newlib, and x86 profiles have it masked. > > (For that matter, arm profiles seem to also have it masked, despite at > least some arm devices having two ISAs) I seriously doubt it'll work but unmasking a use flag is easy.. # mkdir -p /etc/portage/profile To unmask it globally: # echo '-multilib' >> /etc/portage/profile/use.mask Or on a per package basis (note: for this to work properly requires portage 2.1.2 which isn't stable quite yet): # echo 'cross-arm-elf/newlib -multilib' >> /etc/portage/profile/package.use= =2Emask =2D-=20 Bo Andresen --nextPart2942659.MqteYjhZZc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.1 (GNU/Linux) iD8DBQBFtokv8/kKEzmwNNoRAuDoAKDIYMZNxeZWqC4RJJ4iB7kwWr6njQCbBQeg LDVuSASlwGDobGpDIZ/BMgY= =4Ln3 -----END PGP SIGNATURE----- --nextPart2942659.MqteYjhZZc-- -- gentoo-user@gentoo.org mailing list