overlay profiles: Mask llvm USE flags for sys-devel/bpftool

This commit is contained in:
Krzesimir Nowak 2024-11-11 16:50:13 +01:00
parent df543ac775
commit 1aa2b13616
2 changed files with 5 additions and 11 deletions

View File

@ -25,3 +25,8 @@ sys-fs/btrfs-progs man
# put anywhere. Thus avoid pulling more dependencies than necessary
# for throw-away things.
dev-python/pillow jpeg
# bpftool ebuild started to bdepend on sys-devel/clang unconditionally
# in order to build co-re support. We can try avoiding it by masking
# the USE flag that currently gets enabled by default.
dev-util/bpftool llvm_slot_18

View File

@ -21,14 +21,3 @@ python_single_target_python3_13
# We don't care about i10n, takes too much space, pulls in too many
# extra dependencies.
nls
# Mask llvm slot USE flags generated by llvm-r1 eclass. Recently
# dev-util/bpftool started pulling in clang unconditionally (with
# llvm_gen_dep) as a build dependency. Masking the USE flags may help
# us avoid having the dependency until we decide to get llvm/clang
# into SDK.
llvm_slot_15
llvm_slot_16
llvm_slot_17
llvm_slot_18
llvm_slot_19