Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/portage/
Date: Tue, 04 Jun 2019 13:11:09
Message-Id: 1559653846.49e5c46d29d5da257e37000a084f2333604817ae.blueness@gentoo
1 commit: 49e5c46d29d5da257e37000a084f2333604817ae
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:10:46 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=49e5c46d
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 a0cdf34..acc2016 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-pc-linux-gnu"
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"