diff options
| author | Sam James <sam@gentoo.org> | 2025-10-31 03:21:07 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-31 03:21:07 +0000 |
| commit | a968ffb758d9e11494f43416fb4402547b5ffe39 (patch) | |
| tree | 74695b7e7e3f6a5e064d8483027f7e21a817a6af /dev-lang/rust/rust-9999.ebuild | |
| parent | c3b28333c0bd00bf405559c15de1551e17fdd9a6 (diff) | |
| download | gentoo-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.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 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 |
