From 338095605b6c9c82690f77f27a32490c9a57bdcb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Dec 2024 06:31:00 +0000 Subject: gentoo auto-resync : 23:12:2024 - 06:31:00 --- eclass/Manifest.gz | Bin 39856 -> 39846 bytes eclass/rust.eclass | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index 84817bb38c99..ee0a32d7d108 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/rust.eclass b/eclass/rust.eclass index a7199f984af8..30b6468d2a9b 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -471,9 +471,8 @@ get_rust_prefix() { local prefix=${BROOT} [[ ${1} == -d ]] && prefix=${ESYSROOT} - local slot rust_type - read -r slot rust_type <<< $(_get_rust_slot "$@") - get_rust_path "${prefix}" "${slot}" "${rust_type}" + _get_rust_slot "$@" + get_rust_path "${prefix}" "${RUST_SLOT}" "${RUST_TYPE}" } # @FUNCTION: rust_prepend_path -- cgit v1.2.3