ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).
authorZac Medico <zmedico@gentoo.org>
Tue, 3 Mar 2009 00:11:33 +0000 (00:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 3 Mar 2009 00:11:33 +0000 (00:11 -0000)
svn path=/main/trunk/; revision=12743

man/emerge.1
man/make.conf.5

index 4dc8f587bf4a9c8eddf24e834747b65cdbf62341..429b3b387d5d2a40df375c8de07762678b032a41 100644 (file)
@@ -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
index 07f7e194621341128f9fe96350374c9c337abb3c..2f9c365092de623cd85db919ad77b25bb3045de1 100644 (file)
@@ -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