diff options
Diffstat (limited to 'dev-util/bpftool/bpftool-7.5.0.ebuild')
-rw-r--r-- | dev-util/bpftool/bpftool-7.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bpftool/bpftool-7.5.0.ebuild b/dev-util/bpftool/bpftool-7.5.0.ebuild index 484a512181cf..eda221c9e84e 100644 --- a/dev-util/bpftool/bpftool-7.5.0.ebuild +++ b/dev-util/bpftool/bpftool-7.5.0.ebuild @@ -59,7 +59,7 @@ BDEPEND=" ${PYTHON_DEPS} app-arch/tar dev-python/docutils - clang? ( $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) + clang? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) !clang? ( sys-devel/bpf-toolchain ) " |