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