diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-04 17:24:14 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-09 16:25:41 +1000 |
commit | 01ba4dc61965ef7658a24728841c04c9a1ce4871 (patch) | |
tree | a2a6b927779e5990ff87ec4589373d1d89129a63 /dev-util/gnome-builder | |
parent | profiles: mask dev-lang/starlark-rust (diff) | |
download | gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.gz gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.bz2 gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.zip |
*/*: update for slotted Rust
Tidyups:
- $(cargo_crate_uris)
- Rust BDEPENDS come from the eclass except in very rare
circumstances (RUST_OPTIONAL=1)
- RUST_M{AX,IN}_VER where required.
- Suboptimal crate separator (`-` -> `@`)
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/39218
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-util/gnome-builder')
-rw-r--r-- | dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild index 03de6261d441..ddbfa22cb95c 100644 --- a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild @@ -114,7 +114,7 @@ that are currently available with packages include: autocompletion support. * dev-debug/valgrind for integration with valgrind. * dev-build/meson for integration with the Meson build system. -* virtual/rust for integration with the Rust Cargo build system. +* dev-lang/rust{,-bin} for integration with the Rust Cargo build system. * dev-build/cmake for integration with the CMake build system. * net-libs/nodejs[npm] for integration with the NPM package system. ' @@ -272,7 +272,7 @@ pkg_postinst() { readme.gentoo_print_elog optfeature_header "Language support" - optfeature "Rust's Cargo build system" virtual/rust + optfeature "Rust's Cargo build system" dev-lang/rust dev-lang/rust-bin optfeature "CMake" dev-build/cmake optfeature "Java Maven build system" dev-java/maven-bin optfeature "Meson Build system" dev-build/meson |