diff options
| -rw-r--r-- | dev-util/bpf-linker/bpf-linker-0.9.14.ebuild | 4 |
1 files 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 |
