From 49e5c46d29d5da257e37000a084f2333604817ae Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 4 Jun 2019 09:10:46 -0400 Subject: [PATCH] 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"