Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/portage/
Date: Mon, 27 May 2019 12:44:38
Message-Id: 1558961068.995d2e12e40d603c23cdcf02b7fc276f0f93df3b.blueness@gentoo
1 commit: 995d2e12e40d603c23cdcf02b7fc276f0f93df3b
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 27 12:37:44 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon May 27 12:44:28 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=995d2e12
7
8 make.conf: accept licences '* -@EULA'
9
10 core/etc/portage/make.conf.CYCLE.1 | 1 +
11 core/etc/portage/make.conf.CYCLE.2 | 1 +
12 core/etc/portage/make.conf.CYCLE.3 | 1 +
13 3 files changed, 3 insertions(+)
14
15 diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1
16 index 8aa8ef9..8e105b7 100644
17 --- a/core/etc/portage/make.conf.CYCLE.1
18 +++ b/core/etc/portage/make.conf.CYCLE.1
19 @@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
20 CHOST="x86_64-gentoo-linux-uclibc"
21 MAKEOPTS="-j17"
22 USE="-gpg"
23 +ACCEPT_LICENSE="* -@EULA"
24
25 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
26 index e580a10..cc43c41 100644
27 --- a/core/etc/portage/make.conf.CYCLE.2
28 +++ b/core/etc/portage/make.conf.CYCLE.2
29 @@ -4,3 +4,4 @@ CHOST="x86_64-gentoo-linux-uclibc"
30 MAKEOPTS="-j17"
31 USE="-cups -tk -fontforge"
32 USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
33 +ACCEPT_LICENSE="* -@EULA"
34
35 diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3
36 index 31edda1..50fbb2e 100644
37 --- a/core/etc/portage/make.conf.CYCLE.3
38 +++ b/core/etc/portage/make.conf.CYCLE.3
39 @@ -3,3 +3,4 @@ CXXFLAGS="${CFLAGS}"
40 CHOST="x86_64-gentoo-linux-uclibc"
41 MAKEOPTS="-j17"
42 PORTAGE_BINHOST="http://lilblue.freeharbor.net/"
43 +ACCEPT_LICENSE="* -@EULA"