Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE flags question
Date: Wed, 31 May 2006 19:41:59
Message-Id: 447DEB3E.8010607@gmail.com
In Reply to: [gentoo-user] USE flags question by "Anthony E. Caudel"
1 Anthony E. Caudel wrote:
2 > Am I correct in thinking that USE flags in
3 > /etc/portage/profiles/use.desc are global flags and should be placed in
4 > /etc/make.conf whereas those in use.local.desc are only local flags and
5 > should only be placed in /etc/portage/package.use with the appropriate
6 > package?
7
8 It doesn't really matter. Where you should put them depends on how you
9 want them to take effect. A flag that only affects one package will
10 affect that one package regardless of whether it's in make.conf or
11 package.use, so I prefer to put it in make.conf for clarity, especially
12 in the --info context. On the other hand, flags that many people
13 consider to be global (apache2, mysql, php, etc) I only enable for one
14 or two specific packages, as needed.
15 --
16 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] USE flags question Neil Bothwick <neil@××××××××××.uk>