On Tue, 08 Aug 2006 15:56:24 -0700 Donnie Berkholz
<[EMAIL PROTECTED]> wrote:
| Jason Wever wrote:
| > This could allow for us to get rid of the nofoo use flag
| > nomenclature that folks have been doing for functionality that is
| > highly suggested to be on by default.
| 
| So would just adding it to make.defaults ... people using -* deserve
| what they get, if they don't pay attention.

Uh, no it wouldn't. Part of the reason we have no* flags is to avoid
dep problems. Consider:

USE="!foo? ( some_unavailable_on_x86_package )"

versus:

USE="nofoo? ( some_unavailable_on_x86_package )"

The nofoo flag can be use masked. The foo flag can't. This patch solves
that problem.

-- 
Ciaran McCreesh
Mail            : ciaran dot mccreesh at blueyonder.co.uk


-- 
gentoo-dev@gentoo.org mailing list

Reply via email to