diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-10-02 19:41:12 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-10-02 19:48:50 +1000 |
| commit | 3c033fa00935d37f7680f2febc1aa6953d1d8709 (patch) | |
| tree | 70fda5a91b85a21c5b604236bb79fe59690fca73 /dev-lang/rust/rust-9999.ebuild | |
| parent | 155db8c6207d8434c809e2738d93d1ed1c1b7d98 (diff) | |
| download | gentoo-3c033fa00935d37f7680f2febc1aa6953d1d8709.tar.gz gentoo-3c033fa00935d37f7680f2febc1aa6953d1d8709.tar.bz2 gentoo-3c033fa00935d37f7680f2febc1aa6953d1d8709.zip | |
dev-lang/rust: add 1.91.0
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 3ef79e7077b5..b1aa0b11704c 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -3,14 +3,14 @@ EAPI=8 -LLVM_COMPAT=( 20 ) +LLVM_COMPAT=( 21 ) PYTHON_COMPAT=( python3_{11..14} ) RUST_PATCH_VER=${PVR} RUST_MAX_VER=${PV%%_*} if [[ ${PV} == *9999* ]]; then - RUST_MIN_VER="1.89.0" # Update this as new `beta` releases come out. + RUST_MIN_VER="1.91.0" # Update this as new `beta` releases come out. elif [[ ${PV} == *beta* ]]; then RUST_MAX_VER="$(ver_cut 1).$(ver_cut 2).0" RUST_MIN_VER="$(ver_cut 1).$(($(ver_cut 2) - 1)).0" |
