Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] use.force as a complement to use.mask in profiles
Date: Tue, 08 Aug 2006 23:15:09
Message-Id: 20060809000939.0d44855c@snowdrop.home
In Reply to: Re: [gentoo-dev] use.force as a complement to use.mask in profiles by Donnie Berkholz
1 On Tue, 08 Aug 2006 15:56:24 -0700 Donnie Berkholz
2 <dberkholz@g.o> wrote:
3 | Jason Wever wrote:
4 | > This could allow for us to get rid of the nofoo use flag
5 | > nomenclature that folks have been doing for functionality that is
6 | > highly suggested to be on by default.
7 |
8 | So would just adding it to make.defaults ... people using -* deserve
9 | what they get, if they don't pay attention.
10
11 Uh, no it wouldn't. Part of the reason we have no* flags is to avoid
12 dep problems. Consider:
13
14 USE="!foo? ( some_unavailable_on_x86_package )"
15
16 versus:
17
18 USE="nofoo? ( some_unavailable_on_x86_package )"
19
20 The nofoo flag can be use masked. The foo flag can't. This patch solves
21 that problem.
22
23 --
24 Ciaran McCreesh
25 Mail : ciaran dot mccreesh at blueyonder.co.uk
26
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] use.force as a complement to use.mask in profiles Donnie Berkholz <dberkholz@g.o>