Re: [gentoo-user] USE settings

2006-06-20 Thread Bo Ørsted Andresen
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


pgpZTRefrFxo9.pgp
Description: PGP signature


[gentoo-user] USE settings

2006-06-20 Thread James
Hello,

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?


curious,
James



-- 
gentoo-user@gentoo.org mailing list