summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-01-21 16:30:53 +0100
committerZac Medico <zmedico@gentoo.org>2013-01-21 08:51:26 -0800
commit24e65d4490c9650bc446cf342a2fc04326d17fb8 (patch)
tree27d5805192d0712ecf5d663d5624fc5e82e5c250
parentb11fb894c1522716c846170a04218282597f9ad0 (diff)
downloadportage-24e65d4490c9650bc446cf342a2fc04326d17fb8.tar.gz
portage-24e65d4490c9650bc446cf342a2fc04326d17fb8.tar.bz2
portage-24e65d4490c9650bc446cf342a2fc04326d17fb8.zip
make.conf: example for ACCEPT_LICENSE
-rw-r--r--cnf/make.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index cc76d13e2..b90d6156b 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -78,6 +78,18 @@
#
#ACCEPT_KEYWORDS="~arch"
+# ACCEPT_LICENSE is used to mask packages based on licensing restrictions.
+# It may contain both license and group names, where group names are
+# prefixed with the '@' symbol. License groups are defined in the
+# license_groups file (see portage(5) man page). In addition to license
+# and group names, the * and -* wildcard tokens are also supported.
+#
+# Accept any license except those in the EULA license group (default).
+#ACCEPT_LICENSE="* -@EULA"
+#
+# Only accept licenses in the FREE license group (i.e. Free Software).
+#ACCEPT_LICENSE="-* @FREE"
+
# Portage Directories
# ===================
#