Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/portage/
Date: Mon, 27 May 2019 12:44:39
Message-Id: 1558960750.f9b32f2ed7996fbb1fee98f5781dd2ce66a9bb45.blueness@gentoo
1 commit: f9b32f2ed7996fbb1fee98f5781dd2ce66a9bb45
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:39:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=f9b32f2e
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 d714849..d6a7cd0 100644
17 --- a/core/etc/portage/make.conf.CYCLE.1
18 +++ b/core/etc/portage/make.conf.CYCLE.1
19 @@ -2,3 +2,4 @@ CFLAGS="-O2 -pipe -fno-diagnostics-color"
20 CXXFLAGS="${CFLAGS}"
21 CHOST="x86_64-gentoo-linux-musl"
22 MAKEOPTS="-j17"
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 d65ebe4..1277127 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-musl"
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 8e816e4..1baf144 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-musl"
41 MAKEOPTS="-j17"
42 PORTAGE_BINHOST="http://bluedragon.freeharbor.net/"
43 +ACCEPT_LICENSE="* -@EULA"