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: Tue, 04 Jun 2019 13:11:27
Message-Id: 1559653883.eecf1b8772447028ed39688c87c6e8daef17fa40.blueness@gentoo
1 commit: eecf1b8772447028ed39688c87c6e8daef17fa40
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 13:10:46 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 13:11:23 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=eecf1b87
7
8 make.conf.CYCLE.2: no need to force USE=-cups
9
10 core/etc/portage/make.conf.CYCLE.2 | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
14 index 82202af..53909d8 100644
15 --- a/core/etc/portage/make.conf.CYCLE.2
16 +++ b/core/etc/portage/make.conf.CYCLE.2
17 @@ -2,6 +2,6 @@ CFLAGS="-O2 -pipe -fno-diagnostics-color"
18 CXXFLAGS="${CFLAGS}"
19 CHOST="x86_64-gentoo-linux-musl"
20 MAKEOPTS="-j17"
21 -USE="-cups -tk -fontforge"
22 +USE="-tk -fontforge"
23 USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
24 ACCEPT_LICENSE="linux-fw-redistributable no-source-code"