Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
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:26:00
Message-Id: 44D91CC2.4020007@gentoo.org
In Reply to: Re: [gentoo-dev] use.force as a complement to use.mask in profiles by Ciaran McCreesh
1 Ciaran McCreesh wrote:
2 > Uh, no it wouldn't. Part of the reason we have no* flags is to avoid
3 > dep problems. Consider:
4 >
5 > USE="!foo? ( some_unavailable_on_x86_package )"
6 >
7 > versus:
8 >
9 > USE="nofoo? ( some_unavailable_on_x86_package )"
10 >
11 > The nofoo flag can be use masked. The foo flag can't. This patch solves
12 > that problem.
13
14 So the best fix for this is not just retaining two ways to say the same
15 thing but actually expanding it? (!foo vs nofoo). That feels really wrong.
16
17 Maybe it needs to get fixed, but is this the right way?
18
19 Thanks,
20 Donnie

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] use.force as a complement to use.mask in profiles Ciaran McCreesh <ciaran.mccreesh@×××××××××××××.uk>