mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/ashell: set RUST_MIN_VER
Set MSRV in ebuilds and update the supported LLVM slots accordingly. Closes: https://bugs.gentoo.org/975164 Signed-off-by: Henrik Steffen Gaßmann <henrik@gassmann.onl>
This commit is contained in:
@@ -718,7 +718,8 @@ declare -A GIT_CRATES=(
|
||||
[winit]='https://github.com/pop-os/winit;8dfaba290f9a00d3e13be71f1e6f438889cf5546;winit-%commit%'
|
||||
)
|
||||
|
||||
LLVM_COMPAT=( 18 19 20 21 )
|
||||
LLVM_COMPAT=( 20 21 22 )
|
||||
RUST_MIN_VER="1.88.0"
|
||||
RUST_NEEDS_LLVM=1
|
||||
|
||||
inherit cargo llvm-r1 systemd
|
||||
|
||||
@@ -777,7 +777,8 @@ declare -A GIT_CRATES=(
|
||||
[winit]='https://github.com/pop-os/winit;dd46a1499bcc38f2134ab869e8860a32e091c55b;winit-%commit%'
|
||||
)
|
||||
|
||||
LLVM_COMPAT=( 18 19 20 21 )
|
||||
LLVM_COMPAT=( 20 21 22 )
|
||||
RUST_MIN_VER="1.89.0"
|
||||
RUST_NEEDS_LLVM=1
|
||||
|
||||
inherit cargo llvm-r1 systemd
|
||||
|
||||
Reference in New Issue
Block a user