From 49052f2127e3afc6defeed31e98bc85fc2a30afc Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 7 Jun 2022 05:49:18 +0100 Subject: [PATCH] Add USE flag verify-sig to automatically verify signatures of supported Portage packages. --- portage/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portage/make.conf b/portage/make.conf index d74e6d1..1db8c03 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -31,7 +31,7 @@ CXXFLAGS="-march=znver1 -O2 -pipe -flto=full ${C_SEC}" LDFLAGS="-fuse-ld=lld -rtlib=compiler-rt -unwindlib=libunwind ${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 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" ## CPU flags.