commit: 573ca2023607c7a2398e8eb504c8ebe1f9fed4dd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 11:05:16 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 11:06:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573ca202
dev-util/bpf-linker: We need rust-src flag too Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/bpf-linker/bpf-linker-0.9.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a60bf9f562ff..0d7e51141450 100644 --- a/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild +++ b/dev-util/bpf-linker/bpf-linker-0.9.14.ebuild @@ -19,7 +19,7 @@ declare -A GIT_CRATES=( # https://crates.io/crates/llvm-sys#llvm-compatibility LLVM_COMPAT=( {20..21} ) -RUST_REQ_USE="llvm_targets_BPF(+)" +RUST_REQ_USE="llvm_targets_BPF(+),rust-src" inherit cargo llvm-r2
