ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:34:56 +0000 (06:34 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:34:56 +0000 (06:34 -0000)
(trunk r12743)

svn path=/main/branches/2.1.6/; revision=12992

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

index 9224e014ce656e3d245b6a3ba392dfd5bf5a4b85..5b6460f87ab9bd4c35a8ce9e6098dcaab3332f12 100644 (file)
@@ -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
index c20eca314982c946cf1953fd2f4816131ee13bad..1300f49f9137da88b999951cb1fe5d7ffec1eeff 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