Add USE flag verify-sig to automatically verify signatures of supported Portage packages.

This commit is contained in:
inference 2022-06-07 05:49:18 +01:00
parent 011c26e740
commit 49052f2127

View File

@ -31,7 +31,7 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}"
LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${LD_SEC}"
## USE flags. ## 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 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 verify-sig wayland"
USE="${USE} -ipv6 -jit -systemd" USE="${USE} -ipv6 -jit -systemd"
## CPU flags. ## CPU flags.