From 01ba4dc61965ef7658a24728841c04c9a1ce4871 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Mon, 4 Nov 2024 17:24:14 +1000 Subject: */*: 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 Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly --- dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/gnome-builder') 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 -- cgit v1.2.3-65-gdbad