summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-22 20:00:45 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-22 20:00:45 +0000
commita9655520286683e816298af905542d480d40b243 (patch)
treecbadc584be06c3bf4a2e3f429e64872c999d1eb8 /man/make.conf.5
parentFix gcc version parsing once again for bug #137786. sigh. :) (diff)
downloadportage-multirepo-a9655520286683e816298af905542d480d40b243.tar.gz
portage-multirepo-a9655520286683e816298af905542d480d40b243.tar.bz2
portage-multirepo-a9655520286683e816298af905542d480d40b243.zip
Add some ACCEPT_LICENSE docs.
svn path=/main/trunk/; revision=4797
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 4782183a..d9956d66 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -29,6 +29,12 @@ set this to '~ppc'. This is an incremental variable. Only define a
.br
Defaults to the value of $ARCH.
.TP
+\fBACCEPT_LICENSE\fR = \fI[space delimited list of licenses]\fR
+Specify acceptable licenses for installed packages. Any packages with
+unaccepted licenses will be masked. The default value is "*", which means to
+accept all licenses. Licenses can be accepted for individual packages via the
+package.license file. See \fBportage\fR(5) for more information.
+.TP
\fBBUILD_PREFIX\fR = \fI[path]\fR
Defines the location of the package working directory.
.br