dev-debug/bpftrace: migrate 9999 to llvm-r2

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1008
Merges: https://codeberg.org/gentoo/gentoo/pulls/1008
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2026-05-30 08:34:50 +02:00
committed by Arthur Zamarin
parent b7cd92ee05
commit ac7fb38e52

View File

@@ -7,7 +7,7 @@ LLVM_COMPAT=( {18..22} )
RUST_MIN_VER="1.85.0"
RUST_OPTIONAL=1
inherit cmake flag-o-matic linux-info llvm-r1 rust
inherit cmake flag-o-matic linux-info llvm-r2 rust
DESCRIPTION="High-level tracing language for eBPF"
HOMEPAGE="https://github.com/bpftrace/bpftrace"
@@ -100,7 +100,7 @@ pkg_pretend() {
}
pkg_setup() {
llvm-r1_pkg_setup
llvm-r2_pkg_setup
use test && rust_pkg_setup
}