Gentoo Archives: gentoo-dev

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [RFC] Splitting desktop profile to KDE and GNOME
Date: Tue, 27 Oct 2009 18:07:41
Message-Id: 8b4c83ad0910271107k5c993d28k3fd4ecaddcef04a3@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: [RFC] Splitting desktop profile to KDE and GNOME by William Hubbs
1 On Tue, Oct 27, 2009 at 11:29 PM, William Hubbs <williamh@g.o> wrote:
2 > I just tested this, and make.conf overrides iuse defaults.  To verify
3 > this for yourself, pick a package with an iuse default turning on a
4 > flag, then turn off the flag in make.conf and check what would happen if
5 > you emerged the package.
6 >
7 > package.use overrides for a single package, but make.conf overrides for
8 > all of your system.
9 >
10
11 This behaviour is controlled by the variable USE_ORDER. make.globals
12 sets this to:
13
14 USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d"
15
16
17 --
18 ~Nirbheek Chauhan
19
20 Gentoo GNOME+Mozilla Team

Replies

Subject Author
Re: [gentoo-dev] Re: [RFC] Splitting desktop profile to KDE and GNOME William Hubbs <williamh@g.o>