On Tuesday 20 June 2006 23:44, James wrote:
> Besides /etc/portage/package.*
> /etc/make.conf
> /etc/make.profile/make.defaults
> /etc/make.globals
>
> is there any other place that Gentoo sets USE variables?

The profile is cascading. This will show you the USE flags of every 
make.defaults in your profile:

# cd /etc/`ls -ld /etc/make.profile | awk '{print $NF}'`
# while [[ -f parent ]]; do grep ^USE make.defaults ; \
        cd `cat parent`; done ; grep ^USE make.defaults

-- 
Bo Andresen

Attachment: pgpZTRefrFxo9.pgp
Description: PGP signature

Reply via email to