summaryrefslogtreecommitdiffstats
path: root/man/portage.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-02 04:56:09 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-02 04:56:09 +0000
commit5705a837e16ba8ada13ed0260ebc8c5ab6717418 (patch)
tree67260552cff98db4bb1eb7a08a2e1a90602832ac /man/portage.5
parent94f7f9c4cbfd241235f88b64c9a92aa790592d8a (diff)
downloadportage-5705a837e16ba8ada13ed0260ebc8c5ab6717418.tar.gz
portage-5705a837e16ba8ada13ed0260ebc8c5ab6717418.tar.bz2
portage-5705a837e16ba8ada13ed0260ebc8c5ab6717418.zip
protect variables specified in PROFILE_ONLY_VARIABLES from
being set by the user (trunk r8251:8253, r8255, and r8259) svn path=/main/branches/2.1.2/; revision=8361
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 725e09375..6728ebe28 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'.