mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-video/wl-screenrec: update eclass, LLVM_COMPAT
update LLVM_COMPAT to support upto 22 change the deprecated llvm-r1 eclass to llvm-r2 Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org> Part-of: https://github.com/gentoo/guru/pull/444 Closes: https://github.com/gentoo/guru/pull/444
This commit is contained in:
@@ -132,10 +132,9 @@ declare -A GIT_CRATES=(
|
||||
)
|
||||
|
||||
RUST_MIN_VER="1.85.0"
|
||||
LLVM_COMPAT=( {19..20} )
|
||||
RUST_NEEDS_LLVM=1
|
||||
LLVM_COMPAT=( {19..22} )
|
||||
|
||||
inherit cargo shell-completion llvm-r1
|
||||
inherit cargo shell-completion llvm-r2
|
||||
|
||||
DESCRIPTION="High performance screen/audio recorder for wlroots"
|
||||
HOMEPAGE="https://github.com/russelltg/wl-screenrec"
|
||||
@@ -168,7 +167,7 @@ DEPEND="
|
||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
pkg_setup() {
|
||||
llvm-r1_pkg_setup
|
||||
llvm-r2_pkg_setup
|
||||
rust_pkg_setup
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user