Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12058 - main/branches/2.1.6/man
Date: Sun, 23 Nov 2008 22:51:30
Message-Id: E1L4Nnc-0002ne-PH@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-23 22:51:28 +0000 (Sun, 23 Nov 2008)
3 New Revision: 12058
4
5 Modified:
6 main/branches/2.1.6/man/ebuild.5
7 Log:
8 Add a note about negative IUSE default settings being ineffective given
9 the default USE_ORDER setting which causes profile and user configuration
10 settings to override them. (trunk r12057)
11
12
13 Modified: main/branches/2.1.6/man/ebuild.5
14 ===================================================================
15 --- main/branches/2.1.6/man/ebuild.5 2008-11-23 22:49:58 UTC (rev 12057)
16 +++ main/branches/2.1.6/man/ebuild.5 2008-11-23 22:51:28 UTC (rev 12058)
17 @@ -180,7 +180,9 @@
18 is possible to prefix flags with + or - in order to create default settings
19 that respectively enable or disable the corresponding \fBUSE\fR flags. For
20 details about \fBUSE\fR flag stacking order, refer to the \fBUSE_ORDER\fR
21 -variable in \fBmake.conf\fR(5).
22 +variable in \fBmake.conf\fR(5). Given the default \fBUSE_ORDER\fR setting,
23 +negative IUSE default settings are ineffective since profile and user
24 +configuration settings override them.
25 .TP
26 \fBDEPEND\fR
27 This should contain a list of all packages that are required for the