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: Sun, 02 Jun 2019 16:42:07
Message-Id: 1559493718.dc6d2024b69ccccdd5f500edb270e9a2f8c73cf7.blueness@gentoo
1 commit: dc6d2024b69ccccdd5f500edb270e9a2f8c73cf7
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 16:15:16 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 16:41:58 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=dc6d2024
7
8 ACCEPT_LICENSE: restrict it further
9
10 core/etc/portage/make.conf.CYCLE.1 | 2 +-
11 core/etc/portage/make.conf.CYCLE.2 | 2 +-
12 core/etc/portage/make.conf.CYCLE.3 | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1
16 index d6a7cd0..e1a7e12 100644
17 --- a/core/etc/portage/make.conf.CYCLE.1
18 +++ b/core/etc/portage/make.conf.CYCLE.1
19 @@ -2,4 +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 +ACCEPT_LICENSE="linux-fw-redistributable no-source-code"
25
26 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
27 index 1277127..82202af 100644
28 --- a/core/etc/portage/make.conf.CYCLE.2
29 +++ b/core/etc/portage/make.conf.CYCLE.2
30 @@ -4,4 +4,4 @@ CHOST="x86_64-gentoo-linux-musl"
31 MAKEOPTS="-j17"
32 USE="-cups -tk -fontforge"
33 USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
34 -ACCEPT_LICENSE="* -@EULA"
35 +ACCEPT_LICENSE="linux-fw-redistributable no-source-code"
36
37 diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3
38 index 1baf144..fcaccee 100644
39 --- a/core/etc/portage/make.conf.CYCLE.3
40 +++ b/core/etc/portage/make.conf.CYCLE.3
41 @@ -3,4 +3,4 @@ CXXFLAGS="${CFLAGS}"
42 CHOST="x86_64-gentoo-linux-musl"
43 MAKEOPTS="-j17"
44 PORTAGE_BINHOST="http://bluedragon.freeharbor.net/"
45 -ACCEPT_LICENSE="* -@EULA"
46 +ACCEPT_LICENSE="linux-fw-redistributable no-source-code"