From d466ac059ed410513fb52f7257e37831dbdf2e68 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 8 Oct 2022 02:09:16 +0100 Subject: [PATCH] Remove USE flag X due to migrating all X software to separate OS. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index c335a94..0409ba6 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -32,7 +32,7 @@ LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs ## USE flags. USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp verify-sig wayland" -USE="${USE} -ipv6 -jit -systemd" +USE="${USE} -ipv6 -jit -systemd -X" ## CPU flags. CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"