diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-03-03 00:11:33 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-03-03 00:11:33 +0000 |
commit | de02b26b05da45db8ab2449959b0699eb1f3bd59 (patch) | |
tree | 15e035cd12bc6017d2be3c5066863a846d5a540b | |
parent | 51e6b1909a267810fe01e0303bbb88d68b36af15 (diff) | |
download | portage-de02b26b05da45db8ab2449959b0699eb1f3bd59.tar.gz portage-de02b26b05da45db8ab2449959b0699eb1f3bd59.tar.bz2 portage-de02b26b05da45db8ab2449959b0699eb1f3bd59.zip |
ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).
svn path=/main/trunk/; revision=12743
-rw-r--r-- | man/emerge.1 | 2 | ||||
-rw-r--r-- | man/make.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 4dc8f587b..429b3b387 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -596,7 +596,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 07f7e1946..2f9c36509 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 |