diff --git a/make.conf/00common b/make.conf/00common index e0c6572..c70d8d1 100644 --- a/make.conf/00common +++ b/make.conf/00common @@ -31,12 +31,11 @@ LDFLAGS="${LDFLAGS} -rtlib=compiler-rt -unwindlib=libunwind" PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.command.line" -USE="clang dist-kernel llvm-libunwind lto pulseaudio zstd -gpm -gtk -systemd -wayland" +USE="clang dist-kernel llvm-libunwind lto pulseaudio zstd -gpm -systemd -wayland" -# USE="clang dist-kernel llvm-libunwind lto pulseaudio X zstd -systemd -wayland" -# PYTHON_TARGETS="python3_11 python3_12" -# PYTHON_SINGLE_TARGET="python3_11" +PYTHON_TARGETS="python3_11 python3_12" +PYTHON_SINGLE_TARGET="python3_11" L10N="en en-GB de" diff --git a/package.env/sys b/package.env/sys index 71e988d..46c23dc 100644 --- a/package.env/sys +++ b/package.env/sys @@ -1,7 +1,8 @@ sys-kernel/gentoo-kernel clang lld no-lto sys-kernel/* gcc mold no-lto -sys-libs/glibc gcc mold no-lto +sys-libs/glib no-lto +sys-libs/glibc no-lto sys-devel/binutils no-lto app-arch/unzip no-lto diff --git a/package.use/zlib b/package.use/static-libs similarity index 100% rename from package.use/zlib rename to package.use/static-libs