diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-09-16 00:49:01 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-09-16 00:49:01 +0000 |
commit | 6d82e57754c17bafeefe716960ed741cce6f2ceb (patch) | |
tree | 5148f34b21dac5b062020d937eee9c4fbfbc2d3a /general-concepts/use-flags | |
parent | Fix typo. (diff) | |
download | devmanual-6d82e57754c17bafeefe716960ed741cce6f2ceb.tar.gz devmanual-6d82e57754c17bafeefe716960ed741cce6f2ceb.tar.bz2 devmanual-6d82e57754c17bafeefe716960ed741cce6f2ceb.zip |
Commit patch #97087 from bug #146468 by spb.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@77 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/use-flags')
-rw-r--r-- | general-concepts/use-flags/text.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index 828dadc..736d229 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -142,10 +142,15 @@ mailing list. <title>USE Flag Descriptions</title> <body> <p> -All USE flags (excluding <c>USE_EXPAND</c> flags) must be described in either -<c>use.desc</c> or <c>use.local.desc</c> in the <c>profiles/</c> directory. See -<c>man portage</c> or the comments in these files for an explanation of the format. -Remember to keep these files sorted. +All USE flags must be described in either <c>use.desc</c> or <c>use.local.desc</c> +in the <c>profiles/</c> directory. See <c>man portage</c> or the comments in these +files for an explanation of the format. Remember to keep these files sorted. +</p> +<p> +The exceptions to this are <c>USE_EXPAND</c> flags, which must be documented in the +<c>profiles/desc/</c> directory. One file per <c>USE_EXPAND</c> variable is required, +which must contain descriptions of the possible values this variable can take. See the +comments in these files for the format, and remember to keep them sorted. </p> </body> </section> |