summaryrefslogtreecommitdiffstats
path: root/man/make.conf.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-16 14:33:27 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-16 14:33:27 +0000
commit2e5603e9cb3d0c1f7039d308799cdd2e5546220d (patch)
tree943c4c88c679d9f9203e34c5dcfe21bc3fcda5d9 /man/make.conf.5
parente7eee6cc0b777049cb3dfcef5d2bac80d2d7b12b (diff)
downloadportage-2e5603e9cb3d0c1f7039d308799cdd2e5546220d.tar.gz
portage-2e5603e9cb3d0c1f7039d308799cdd2e5546220d.tar.bz2
portage-2e5603e9cb3d0c1f7039d308799cdd2e5546220d.zip
Document the new ACCEPT_CHOSTS variable. (trunk r10671)
svn path=/main/branches/2.1.2/; revision=10672
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.57
1 files changed, 7 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 44947f2a0..bda28e044 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -21,6 +21,13 @@ settings. Clearing these variables requires a clear\-all as in:
export USE="\-*"
.SH "VARIABLES"
.TP
+\fBACCEPT_CHOSTS\fR = \fI[space delimited list of CHOST values]\fR
+Specifies acceptable \fBCHOST\fR values for binary packages. Regular
+expression syntax is supported, so it is necessary to escape
+\fBCHOST\fR characters if they have special meaning in regular expressions.
+.br
+Defaults to the value of $CHOST.
+.TP
\fBACCEPT_KEYWORDS\fR = \fI[space delimited list of KEYWORDS]\fR
Enable testing of ebuilds that have not yet been deemed 'stable'. Users
of the 'x86' architecture would set this to '~x86' while ppc users would