summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-9999.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2025-07-29 15:31:53 +1000
committerMatt Jolly <kangie@gentoo.org>2025-07-29 18:21:02 +1000
commit0be453700fd2f1d8b9b95f009b3e7baf7ae0ccff (patch)
tree35c534da5854d8075ece8d895e6dcbf5376e8b3b /dev-lang/rust/rust-9999.ebuild
parent19e4eb1d5f5229dfc0ec1f4bcf3cbb0c9ca4af5d (diff)
downloadgentoo-0be453700fd2f1d8b9b95f009b3e7baf7ae0ccff.tar.gz
gentoo-0be453700fd2f1d8b9b95f009b3e7baf7ae0ccff.tar.bz2
gentoo-0be453700fd2f1d8b9b95f009b3e7baf7ae0ccff.zip
dev-lang/rust: update 9999
- Enable building with 1.89.0 - bootstrap.toml - `rust.description` -> `build.description` See-also: https://github.com/rust-lang/rust/commit/e7f5bbe7438019ac6af84ce4f8cc04ab2df8c744 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.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 1bb3c5f4711b..e347e9158289 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -10,7 +10,7 @@ RUST_PATCH_VER=${PVR}
RUST_MAX_VER=${PV%%_*}
if [[ ${PV} == *9999* ]]; then
- RUST_MIN_VER="1.88.0" # Update this as new `beta` releases come out.
+ RUST_MIN_VER="1.89.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"
@@ -458,6 +458,7 @@ src_configure() {
cargo = "${rust_stage0_root}/bin/cargo"
rustc = "${rust_stage0_root}/bin/rustc"
rustfmt = "${rust_stage0_root}/bin/rustfmt"
+ description = "gentoo"
docs = $(toml_usex doc)
compiler-docs = false
submodules = false
@@ -495,7 +496,6 @@ src_configure() {
echo "default-linker = \"${CHOST}-cc\""
fi)
channel = "${build_channel}"
- description = "gentoo"
rpath = true
verbose-tests = true
optimize-tests = $(toml_usex !debug)