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:
Henrik Steffen Gaßmann
2026-05-17 11:15:06 +02:00
parent d480ed3297
commit 2e1f929d88
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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