From 3c2997e2dac742c1f564530facfa1fa582c27da9 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 19 Nov 2022 16:53:57 +0000 Subject: [PATCH] Remove USE flag elogind due to no longer requiring it system-wide. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index cac4c2d..dd98c65 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -32,7 +32,7 @@ RUSTFLAGS="-C target-cpu=znver3 -C opt-level=2 -C lto -C embed-bitcode=y -C debu LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind -Wl,--thinlto-jobs=4 ${LD_SEC}" ## 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="clang dbus 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 -X" ## CPU flags.