mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
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:
committed by
Arthur Zamarin
parent
b7cd92ee05
commit
ac7fb38e52
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user