commit: 49e5c46d29d5da257e37000a084f2333604817ae
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 4 13:10:46 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jun 4 13:10:46 2019 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=49e5c46d
make.conf.CYCLE.2: no need to force USE=-cups
core/etc/portage/make.conf.CYCLE.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/etc/portage/make.conf.CYCLE.2
b/core/etc/portage/make.conf.CYCLE.2
index a0cdf34..acc2016 100644
--- a/core/etc/portage/make.conf.CYCLE.2
+++ b/core/etc/portage/make.conf.CYCLE.2
@@ -2,6 +2,6 @@ CFLAGS="-O2 -pipe -fno-diagnostics-color"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j17"
-USE="-cups -tk -fontforge"
+USE="-tk -fontforge"
USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
ACCEPT_LICENSE="linux-fw-redistributable no-source-code"