commit: eecf1b8772447028ed39688c87c6e8daef17fa40
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:11:23 2019 +0000
URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=eecf1b87
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 82202af..53909d8 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-gentoo-linux-musl"
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"