Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE settings
Date: Tue, 20 Jun 2006 22:22:59
Message-Id: 200606210001.50475.bo.andresen@zlin.dk
In Reply to: [gentoo-user] USE settings by James
1 On Tuesday 20 June 2006 23:44, James wrote:
2 > Besides /etc/portage/package.*
3 > /etc/make.conf
4 > /etc/make.profile/make.defaults
5 > /etc/make.globals
6 >
7 > is there any other place that Gentoo sets USE variables?
8
9 The profile is cascading. This will show you the USE flags of every
10 make.defaults in your profile:
11
12 # cd /etc/`ls -ld /etc/make.profile | awk '{print $NF}'`
13 # while [[ -f parent ]]; do grep ^USE make.defaults ; \
14 cd `cat parent`; done ; grep ^USE make.defaults
15
16 --
17 Bo Andresen

Replies

Subject Author
[gentoo-user] Re: USE settings James <wireless@×××××××××××.com>