removed cups USE flag globally

This commit is contained in:
Moritz Gmeiner 2024-10-01 18:13:44 +02:00
commit 0ff4c19562

View file

@ -2,10 +2,9 @@ RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C linker=clang -C link-arg=-fuse
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
# clang llvm-libunwind
USE="dist-kernel llvm-libunwind lto zstd"
USE="${USE} pulseaudio"
USE="${USE} -gpm -systemd -wayland"
USE="${USE} -cups -gpm -systemd -wayland"
# PYTHON_TARGETS="python3_11 python3_12"