mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 01:21:02 +02:00
overlay profiles: Mask llvm USE flags for sys-devel/bpftool
This commit is contained in:
parent
df543ac775
commit
1aa2b13616
@ -25,3 +25,8 @@ sys-fs/btrfs-progs man
|
|||||||
# put anywhere. Thus avoid pulling more dependencies than necessary
|
# put anywhere. Thus avoid pulling more dependencies than necessary
|
||||||
# for throw-away things.
|
# for throw-away things.
|
||||||
dev-python/pillow jpeg
|
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
|
||||||
|
@ -21,14 +21,3 @@ python_single_target_python3_13
|
|||||||
# We don't care about i10n, takes too much space, pulls in too many
|
# We don't care about i10n, takes too much space, pulls in too many
|
||||||
# extra dependencies.
|
# extra dependencies.
|
||||||
nls
|
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user