From 2e1f929d8830b1e021ef1739c305af576dbcc01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Steffen=20Ga=C3=9Fmann?= Date: Sun, 17 May 2026 11:15:06 +0200 Subject: [PATCH] gui-apps/ashell: set `RUST_MIN_VER` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set MSRV in ebuilds and update the supported LLVM slots accordingly. Closes: https://bugs.gentoo.org/975164 Signed-off-by: Henrik Steffen Gaßmann --- gui-apps/ashell/ashell-0.7.0.ebuild | 3 ++- gui-apps/ashell/ashell-0.8.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gui-apps/ashell/ashell-0.7.0.ebuild b/gui-apps/ashell/ashell-0.7.0.ebuild index f25046088a..071d850cf8 100644 --- a/gui-apps/ashell/ashell-0.7.0.ebuild +++ b/gui-apps/ashell/ashell-0.7.0.ebuild @@ -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 diff --git a/gui-apps/ashell/ashell-0.8.0.ebuild b/gui-apps/ashell/ashell-0.8.0.ebuild index ed0c85b592..b1e8111066 100644 --- a/gui-apps/ashell/ashell-0.8.0.ebuild +++ b/gui-apps/ashell/ashell-0.8.0.ebuild @@ -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