Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 453358 | Differences between
and this patch

Collapse All | Expand All

(-)a/man/make.conf.5 (-7 / +6 lines)
Lines 55-66 Defaults to the value of * -@EULA. Link Here
55
.br
55
.br
56
.I Examples:
56
.I Examples:
57
.nf
57
.nf
58
# Accept any license
58
# Only accept licenses in the FREE license group (i.e. Free Software)
59
ACCEPT_LICENSE="*"
59
ACCEPT_LICENSE="-* @FREE"
60
# Accept any license except the "public-domain" license
60
# As before, but exclude the "Artistic" license
61
ACCEPT_LICENSE="* -public-domain"
61
ACCEPT_LICENSE="-* @FREE -Artistic"
62
# Only accept licenses in the FSF-APPROVED license group
62
# Accept any license except those in the EULA license group (default)
63
ACCEPT_LICENSE="-* @FSF-APPROVED"
63
ACCEPT_LICENSE="* -@EULA"
64
.fi
64
.fi
65
.TP
65
.TP
66
\fBACCEPT_PROPERTIES\fR = \fI[space delimited list of properties]\fR
66
\fBACCEPT_PROPERTIES\fR = \fI[space delimited list of properties]\fR
67
- 

Return to bug 453358