summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-01-21 15:18:04 +0100
committerZac Medico <zmedico@gentoo.org>2013-01-21 08:50:57 -0800
commitb11fb894c1522716c846170a04218282597f9ad0 (patch)
tree3f51ce739a6ca78e661749cc3b3efce780a4dcd5
parent8505c564ba0e90830a8ae0e2a3d06e5d6beb8f64 (diff)
downloadportage-b11fb894c1522716c846170a04218282597f9ad0.tar.gz
portage-b11fb894c1522716c846170a04218282597f9ad0.tar.bz2
portage-b11fb894c1522716c846170a04218282597f9ad0.zip
make.conf.5: better examples for ACCEPT_LICENSE
-rw-r--r--man/make.conf.512
1 files changed, 6 insertions, 6 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 2adccda85..42a5b254d 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -55,12 +55,12 @@ Defaults to the value of * -@EULA.
.br
.I Examples:
.nf
-# Accept any license
-ACCEPT_LICENSE="*"
-# Accept any license except the "public-domain" license
-ACCEPT_LICENSE="* -public-domain"
-# Only accept licenses in the FSF-APPROVED license group
-ACCEPT_LICENSE="-* @FSF-APPROVED"
+# Only accept licenses in the FREE license group (i.e. Free Software)
+ACCEPT_LICENSE="-* @FREE"
+# As before, but exclude the "Artistic" license
+ACCEPT_LICENSE="-* @FREE -Artistic"
+# Accept any license except those in the EULA license group (default)
+ACCEPT_LICENSE="* -@EULA"
.fi
.TP
\fBACCEPT_PROPERTIES\fR = \fI[space delimited list of properties]\fR