summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-10-31 03:21:07 +0000
committerSam James <sam@gentoo.org>2025-10-31 03:21:07 +0000
commita968ffb758d9e11494f43416fb4402547b5ffe39 (patch)
tree74695b7e7e3f6a5e064d8483027f7e21a817a6af /dev-lang/rust/rust-9999.ebuild
parentc3b28333c0bd00bf405559c15de1551e17fdd9a6 (diff)
downloadgentoo-a968ffb758d9e11494f43416fb4402547b5ffe39.tar.gz
gentoo-a968ffb758d9e11494f43416fb4402547b5ffe39.tar.bz2
gentoo-a968ffb758d9e11494f43416fb4402547b5ffe39.zip
dev-lang/rust: add 1.91.0
As discussed in bug #963657, I've changed RUST_PATCH_VER to use _p* rather than -rN which makes it painful to revbump Rust for any other reason. I haven't made any actual changes to fix the linked bug though. Bug: https://bugs.gentoo.org/963657 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
-rw-r--r--dev-lang/rust/rust-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index d493dffdab8c..47af58466857 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=8
LLVM_COMPAT=( 21 )
PYTHON_COMPAT=( python3_{11..14} )
-RUST_PATCH_VER=${PVR}
-
+RUST_PATCH_VER=${PV#*_p}
RUST_MAX_VER=${PV%%_*}
+
if [[ ${PV} == *9999* ]]; then
RUST_MIN_VER="1.91.0" # Update this as new `beta` releases come out.
elif [[ ${PV} == *beta* ]]; then