From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A44C5138AE9 for ; Thu, 28 Dec 2017 02:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D507AE0F9A; Thu, 28 Dec 2017 02:22:22 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (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 6F526E0F58 for ; Thu, 28 Dec 2017 02:22:22 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eUNnp-0000FH-H2 for gentoo-user@lists.gentoo.org; Thu, 28 Dec 2017 03:20:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?iso-8859-1?b?SvZyZw==?= Schaible Subject: [gentoo-user] Re: Howto unmask use flag Date: Thu, 28 Dec 2017 02:20:05 +0000 (UTC) Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@blaine.gmane.org User-Agent: Pan/0.142 (He slipped to Sam a double gin; 01b5bf4 git.gnome.org/pan2) X-Archives-Salt: 94404003-b15c-45d8-87eb-fd3ddc58b4b6 X-Archives-Hash: de477f2963c5ad9c937f4a41bc8e5034 Found it. I have to create my own package.use.mask file in /etc/portage/profile that reverts the setting. Am Thu, 28 Dec 2017 02:10:36 +0000 schrieb Jörg Schaible: > Hi, > > how can I unmask a use flag masked in profiles/base/package.use.mask? If > I set the flag for the package in / etc/portage/package.use it is simply > ignored. > > Concrete example: My /etc/portage/package.use contains the line: > > dev-java/oracle-jdk-bin:9 doc gentoo-vm source > > However the flag 'gentoo-vm' is always ignored because it is masked in > profiles/base/package.use.mask with the line: > > dev-java/oracle-jdk-bin:9 gentoo-vm > > What's the proper procedure to unmask the flag locally? > > (Yes, I know it is experimental and yes I know what I am doing with it. > I already use eselect for older EA builds of Java 9 with 1.9 slot and > new EA builds of Java 10 - just not the "official" Java 9 from the > tree.) > > Cheers, > Jörg