From 14c84a714e8d7871b5f5bd5afb80711d8a827389 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Tue, 29 Jul 2025 15:34:00 +1000 Subject: [PATCH] dev-lang/rust: fix bootstrap.toml deprecation warning Move `rust.description` -> `build.description` See-also: https://github.com/rust-lang/rust/commit/31e612bd7b6adf411c1a470d961657d0d4654e54 Signed-off-by: Matt Jolly --- dev-lang/rust/rust-1.87.0-r1.ebuild | 2 +- dev-lang/rust/rust-1.88.0.ebuild | 2 +- dev-lang/rust/rust-1.89.0_beta20250726.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/rust/rust-1.87.0-r1.ebuild b/dev-lang/rust/rust-1.87.0-r1.ebuild index 3d8c34b2e3b5c..9ef6faaf802e8 100644 --- a/dev-lang/rust/rust-1.87.0-r1.ebuild +++ b/dev-lang/rust/rust-1.87.0-r1.ebuild @@ -446,6 +446,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 @@ -483,7 +484,6 @@ src_configure() { echo "default-linker = \"${CHOST}-cc\"" fi) channel = "${build_channel}" - description = "gentoo" rpath = true verbose-tests = true optimize-tests = $(toml_usex !debug) diff --git a/dev-lang/rust/rust-1.88.0.ebuild b/dev-lang/rust/rust-1.88.0.ebuild index c75032fbd63f6..5ace910567f21 100644 --- a/dev-lang/rust/rust-1.88.0.ebuild +++ b/dev-lang/rust/rust-1.88.0.ebuild @@ -460,6 +460,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 @@ -497,7 +498,6 @@ src_configure() { echo "default-linker = \"${CHOST}-cc\"" fi) channel = "${build_channel}" - description = "gentoo" rpath = true verbose-tests = true optimize-tests = $(toml_usex !debug) diff --git a/dev-lang/rust/rust-1.89.0_beta20250726.ebuild b/dev-lang/rust/rust-1.89.0_beta20250726.ebuild index c75032fbd63f6..5ace910567f21 100644 --- a/dev-lang/rust/rust-1.89.0_beta20250726.ebuild +++ b/dev-lang/rust/rust-1.89.0_beta20250726.ebuild @@ -460,6 +460,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 @@ -497,7 +498,6 @@ src_configure() { echo "default-linker = \"${CHOST}-cc\"" fi) channel = "${build_channel}" - description = "gentoo" rpath = true verbose-tests = true optimize-tests = $(toml_usex !debug)