commit:     4c4aa9e36b80653ef0b7c583ed33e956a07c54cb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 14 16:42:51 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 14 16:44:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4aa9e3

dev-util/bpf-linker: Remove LLVM 21 from 0.9.14-r0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/bpf-linker/bpf-linker-0.9.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild 
b/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild
index 6a45933edf07..6db0f0953d91 100644
--- a/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild
+++ b/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild
@@ -18,8 +18,8 @@ declare -A GIT_CRATES=(
        
[compiletest_rs]='https://github.com/Manishearth/compiletest-rs;cb121796a041255ae0afcd9c2766bee4ebfd54f0;compiletest-rs-%commit%'
 )
 
-# https://crates.io/crates/llvm-sys#llvm-compatibility
-LLVM_COMPAT=( {20..21} )
+# this version of bpf-linker is incompatible with changes in LLVM 21
+LLVM_COMPAT=( 20 )
 RUST_REQ_USE="llvm_targets_BPF(+),rust-src"
 
 inherit cargo llvm-r2

Reply via email to