Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12057 - main/trunk/man
Date: Sun, 23 Nov 2008 22:50:00
Message-Id: E1L4NmB-0002ke-31@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-23 22:49:58 +0000 (Sun, 23 Nov 2008)
3 New Revision: 12057
4
5 Modified:
6 main/trunk/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.
11
12
13 Modified: main/trunk/man/ebuild.5
14 ===================================================================
15 --- main/trunk/man/ebuild.5 2008-11-23 21:09:52 UTC (rev 12056)
16 +++ main/trunk/man/ebuild.5 2008-11-23 22:49:58 UTC (rev 12057)
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