From 8fb5347d0757d0f624199e9d9e6a8fdc7a9a5397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 21 Jan 2013 16:30:53 +0100 Subject: [PATCH] make.conf: example for ACCEPT_LICENSE --- cnf/make.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cnf/make.conf b/cnf/make.conf index 7a6bff5..f5cd61e 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 # =================== # -- 1.8.1