summaryrefslogtreecommitdiffstats
path: root/man/portage.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-16 11:13:36 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-16 11:13:36 -0700
commit5c1e3993c7f870d55a17113424a374ea711be172 (patch)
tree6d2fd2f1db898bed903d6870976c9ab6dfea01e0 /man/portage.5
parent834b5ccf0eb9843beab50ebcb662425111d2f7f7 (diff)
downloadportage-5c1e3993c7f870d55a17113424a374ea711be172.tar.gz
portage-5c1e3993c7f870d55a17113424a374ea711be172.tar.bz2
portage-5c1e3993c7f870d55a17113424a374ea711be172.zip
portage.5: move USE_EXPAND from make.conf.5
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.511
1 files changed, 10 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5
index efd410603..347ee06ed 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Jun 2012" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Sep 2012" "Portage VERSION" "Portage"
.SH NAME
portage \- the heart of Gentoo
.SH "DESCRIPTION"
@@ -275,6 +275,15 @@ Architecture type (x86/ppc/hppa/etc...).
.B USERLAND = \fI"GNU"\fR
Support BSD/cygwin/etc...
.TP
+\fBUSE_EXPAND\fR = \fI[space delimited list of variable names]\fR
+Any variable listed here will be used to augment USE by inserting a new flag
+for every value in that variable, so USE_EXPAND="FOO" and FOO="bar bla" results
+in USE="foo_bar foo_bla".
+.TP
+\fBUSE_EXPAND_HIDDEN\fR = \fI[space delimited list of variable names]\fR
+Names of \fBUSE_EXPAND\fR variables that should not be shown in the verbose merge
+list output of the \fBemerge\fR(1) command.
+.TP
.B ELIBC = \fI"glibc"\fR
Support uClibc/BSD libc/etc...
.TP