commit:     995d2e12e40d603c23cdcf02b7fc276f0f93df3b
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 12:37:44 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon May 27 12:44:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=995d2e12

make.conf: accept licences '* -@EULA'

 core/etc/portage/make.conf.CYCLE.1 | 1 +
 core/etc/portage/make.conf.CYCLE.2 | 1 +
 core/etc/portage/make.conf.CYCLE.3 | 1 +
 3 files changed, 3 insertions(+)

diff --git a/core/etc/portage/make.conf.CYCLE.1 
b/core/etc/portage/make.conf.CYCLE.1
index 8aa8ef9..8e105b7 100644
--- a/core/etc/portage/make.conf.CYCLE.1
+++ b/core/etc/portage/make.conf.CYCLE.1
@@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
 CHOST="x86_64-gentoo-linux-uclibc"
 MAKEOPTS="-j17"
 USE="-gpg"
+ACCEPT_LICENSE="* -@EULA"

diff --git a/core/etc/portage/make.conf.CYCLE.2 
b/core/etc/portage/make.conf.CYCLE.2
index e580a10..cc43c41 100644
--- a/core/etc/portage/make.conf.CYCLE.2
+++ b/core/etc/portage/make.conf.CYCLE.2
@@ -4,3 +4,4 @@ CHOST="x86_64-gentoo-linux-uclibc"
 MAKEOPTS="-j17"
 USE="-cups -tk -fontforge"
 USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
+ACCEPT_LICENSE="* -@EULA"

diff --git a/core/etc/portage/make.conf.CYCLE.3 
b/core/etc/portage/make.conf.CYCLE.3
index 31edda1..50fbb2e 100644
--- a/core/etc/portage/make.conf.CYCLE.3
+++ b/core/etc/portage/make.conf.CYCLE.3
@@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
 CHOST="x86_64-gentoo-linux-uclibc"
 MAKEOPTS="-j17"
 PORTAGE_BINHOST="http://lilblue.freeharbor.net/";
+ACCEPT_LICENSE="* -@EULA"

Reply via email to