summaryrefslogtreecommitdiffstats
path: root/man/portage.5
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-10-23 22:35:27 +0000
committerMarius Mauch <genone@gentoo.org>2007-10-23 22:35:27 +0000
commit40a9d908f3446bb30502b3c75b598ed648e0828e (patch)
tree3002bd11382de83f5ca8a4d26182569f237b21ec /man/portage.5
parente034824845a7de8ee5f7970eb9e07ed4dac28609 (diff)
downloadportage-40a9d908f3446bb30502b3c75b598ed648e0828e.tar.gz
portage-40a9d908f3446bb30502b3c75b598ed648e0828e.tar.bz2
portage-40a9d908f3446bb30502b3c75b598ed648e0828e.zip
document PROFILE_ONLY_VARIABLES
svn path=/main/trunk/; revision=8259
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.56
1 files changed, 5 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5
index b94b2fdbd..0599c5e09 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -163,9 +163,13 @@ Architecture type (x86/ppc/hppa/etc...).
.B USERLAND = \fI"GNU"\fR
Support BSD/cygwin/etc...
.TP
-.B PORTAGE_LIBC = \fI"glibc"\fR
+.B ELIBC = \fI"glibc"\fR
Support uClibc/BSD libc/etc...
.TP
+.B PROFILE_ONLY_VARIABLES = \fI"ARCH"\fR
+Prevent critical variables from being changed by the user in make.conf
+or the env.
+.TP
.BR PROFILE_ARCH
Distinguish machines classes that have the same \fBARCH\fR. All sparc
machines have ARCH=sparc but set this to either 'sparc32' or 'sparc64'.