diff options
-rw-r--r-- | man/make.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 4782183a3..d9956d668 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 |