From 76d8a42e9edd60fb6de00ce3fd1fb300a41e2244 Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 20 May 2022 00:19:41 +0100 Subject: [PATCH] Remove USE flag system-libevent. --- portage/make.conf | 2 +- portage/profile/use.mask | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 portage/profile/use.mask diff --git a/portage/make.conf b/portage/make.conf index 01680ca..8e9f905 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -29,7 +29,7 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_HARDENING}" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_HARDENING}" ## USE flags. -USE="clang dbus elogind libcxx libedit llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-llvm system-png system-webp wayland" +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 wayland" USE="${USE} -ipv6 -jit -systemd" ## CPU flags. diff --git a/portage/profile/use.mask b/portage/profile/use.mask new file mode 100644 index 0000000..c3cfc61 --- /dev/null +++ b/portage/profile/use.mask @@ -0,0 +1 @@ +-system-libevent