diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-07-29 15:34:00 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-07-29 18:21:02 +1000 |
| commit | 14c84a714e8d7871b5f5bd5afb80711d8a827389 (patch) | |
| tree | ec1f8fcb1ddb665a1756cf26c82a73d8100c2e7a /dev-lang/rust/rust-1.87.0-r1.ebuild | |
| parent | b79bdcff48ff2b69af3bd98086e0d52068dd33d2 (diff) | |
| download | gentoo-14c84a714e8d7871b5f5bd5afb80711d8a827389.tar.gz gentoo-14c84a714e8d7871b5f5bd5afb80711d8a827389.tar.bz2 gentoo-14c84a714e8d7871b5f5bd5afb80711d8a827389.zip | |
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 <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.87.0-r1.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-1.87.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.87.0-r1.ebuild b/dev-lang/rust/rust-1.87.0-r1.ebuild index 3d8c34b2e3b5..9ef6faaf802e 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) |
