From 03fefa2ef4e0f5b6c16303e44bbf783ed91bc7e1 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 14 Oct 2023 19:54:39 +0100 Subject: [PATCH] Remove USE flag "kmod" --- aa000-0/portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aa000-0/portage/make.conf b/aa000-0/portage/make.conf index 6ad7796..3c4570e 100644 --- a/aa000-0/portage/make.conf +++ b/aa000-0/portage/make.conf @@ -4,7 +4,7 @@ # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 16.0.0-alpha.9+53 +# Version: 16.0.0-alpha.10+54 # System @@ -46,7 +46,7 @@ RUSTFLAGS="-C debuginfo=0 -C opt-level=2 -C target-cpu=znver3" LDFLAGS="-Wl,-O2 -Wl,--strip-all -Wl,--thinlto-jobs=12 ${LD_SEC}" ## USE flags USE="clang dbus llvm-libunwind lto nftables pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libvpx system-llvm system-png system-webp vaapi verify-sig wayland" -USE="${USE} -ipv6 -systemd -X" +USE="${USE} -ipv6 -kmod -systemd -X" ## CPU flags CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ## Video card flags