summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-05 22:46:07 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-05 22:46:07 +0000
commit64aa363c8a7b19303cd6ca5f54a0c114e50b74c7 (patch)
treeca35b7fc420ba03c1ea9a6a9a4fc6ce8e5c5208a /cnf/make.globals
parentMake deprecated_profile_check() suggest to use eselect profile. Thanks to (diff)
downloadportage-idfetch-64aa363c8a7b19303cd6ca5f54a0c114e50b74c7.tar.gz
portage-idfetch-64aa363c8a7b19303cd6ca5f54a0c114e50b74c7.tar.bz2
portage-idfetch-64aa363c8a7b19303cd6ca5f54a0c114e50b74c7.zip
* Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals.
* Set default values if missing from make.globals. * Only warn once if a given license group is missing. * Prune off any parts of an ACCEPT_LICENSE and ACCEPT_PROPERTIES that are made irrelevant by the latest occuring * or -* wildcard. svn path=/main/trunk/; revision=14496
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 4693e206..892d054f 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -24,6 +24,9 @@ SYNC="rsync://rsync.gentoo.org/gentoo-portage"
# Default distfiles mirrors
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
+ACCEPT_LICENSE="* -@EULA"
+ACCEPT_PROPERTIES="*"
+
# Repository Paths
PORTDIR=/usr/portage
DISTDIR=/usr/portage/distfiles