small updates

This commit is contained in:
Moritz Gmeiner 2023-10-09 11:32:50 +02:00
commit 8daf153d29
5 changed files with 12 additions and 8 deletions

View file

@ -32,7 +32,9 @@
PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line"
# clang llvm-libunwind
USE="dist-kernel llvm-libunwind lto pulseaudio zstd -gpm -systemd -wayland"
USE="dist-kernel llvm-libunwind lto zstd"
USE="${USE} pulseaudio"
USE="${USE} -gpm -systemd -wayland"
PYTHON_TARGETS="python3_11 python3_12"