summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-18 03:20:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-18 03:20:22 +0000
commitbab9dee99a7e36479faf581669e087cf2ca02fe3 (patch)
treec55582495e3756aa4f46d4783036fc66c2b28ad0 /man
parentBug #288906 - Fix Scheduler._dblink_elog() to always append messages to the (diff)
downloadportage-multirepo-bab9dee99a7e36479faf581669e087cf2ca02fe3.tar.gz
portage-multirepo-bab9dee99a7e36479faf581669e087cf2ca02fe3.tar.bz2
portage-multirepo-bab9dee99a7e36479faf581669e087cf2ca02fe3.zip
Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES. (trunk r14601)
svn path=/main/branches/2.1.7/; revision=14635
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.518
1 files changed, 18 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index aba2dee8..8126698b 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -46,6 +46,16 @@ for further information:
\fIhttp://www.gentoo.org/proj/en/glep/glep-0023.html\fR.
.br
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"
+.fi
.TP
\fBACCEPT_PROPERTIES\fR = \fI[space delimited list of properties]\fR
This variable is used to mask packages based on PROPERTIES restrictions.
@@ -55,6 +65,14 @@ also supported. This varable can be temporarily overridden using the
See \fBebuild\fR(5) for more information about PROPERTIES.
.br
Defaults to the value of *.
+.br
+.I Examples:
+.nf
+# Accept any properties
+ACCEPT_PROPERTIES="*"
+# Accept any properties except the "interactive" property
+ACCEPT_PROPERTIES="* -interactive"
+.fi
.TP
.B CBUILD
This variable is passed by the \fIebuild scripts\fR to the \fIconfigure\fR