Remove USE flag system-libevent.

This commit is contained in:
inference 2022-05-20 00:19:41 +01:00
parent 1a06cc3c3b
commit 76d8a42e9e
2 changed files with 2 additions and 1 deletions

View File

@ -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.

1
portage/profile/use.mask Normal file
View File

@ -0,0 +1 @@
-system-libevent