make.conf.CYCLE.2: no need to force USE=-cups

This commit is contained in:
Anthony G. Basile 2019-06-04 09:10:46 -04:00
parent 6e2cb7ff63
commit 49e5c46d29
1 changed files with 1 additions and 1 deletions

View File

@ -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"