summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 06:34:56 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 06:34:56 +0000
commite5383a2d315b59be4ca55c0bf48d5dbbbb7fe8d7 (patch)
treeb67aa4c02333e39af0470c258d851ffddf267e91 /man
parentFix KeyValuePairFileLoader to only split on '=' once and strip whitespace (diff)
downloadportage-multirepo-e5383a2d315b59be4ca55c0bf48d5dbbbb7fe8d7.tar.gz
portage-multirepo-e5383a2d315b59be4ca55c0bf48d5dbbbb7fe8d7.tar.bz2
portage-multirepo-e5383a2d315b59be4ca55c0bf48d5dbbbb7fe8d7.zip
ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).
(trunk r12743) svn path=/main/branches/2.1.6/; revision=12992
Diffstat (limited to 'man')
-rw-r--r--man/emerge.12
-rw-r--r--man/make.conf.52
2 files changed, 2 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 9224e014..5b6460f8 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -593,7 +593,7 @@ problems or are known to have issues on different systems. It resides in
.TP
.BR CHOST
Use the \fBACCEPT_CHOSTS\fR variable in \fBmake.conf\fR(5) to control
-\fBCHOST\fR acceptance for binary packages.
+\fBCHOST\fR acceptance.
.TP
.BR EAPI
The \fBEAPI\fR variable in an \fBebuild\fR(5) file is used to mask packages
diff --git a/man/make.conf.5 b/man/make.conf.5
index c20eca31..1300f49f 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -22,7 +22,7 @@ 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
+Specifies acceptable \fBCHOST\fR values. Regular
expression syntax is supported, so it is necessary to escape
\fBCHOST\fR characters if they have special meaning in regular expressions.
.br