From 64aa363c8a7b19303cd6ca5f54a0c114e50b74c7 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 Oct 2009 22:46:07 +0000 Subject: * 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 --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf') 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 -- cgit v1.2.3-65-gdbad