Re: [gentoo-dev] [PATCH 01/10] rust.eclass: Introduce new eclass for slotted Rust

2024-11-07 Thread Joonas Niilola
On 6.11.2024 13.25, kan...@gentoo.org wrote: > + local RUST_DEPS=() > + RUST_DEPS+=( "|| (" ) > + for slot in "${_RUST_SLOTS[@]}"; do > + if [[ -n ${usedep} ]]; then > + RUST_DEPS+=( "dev-lang/rust:${slot}[${usedep}] > dev-lang/rust-bin:${slot}[${usedep}

Re: [gentoo-dev] [PATCH 00/10] new eclass: rust; slotting dev-lang/rust{-bin}

2024-11-07 Thread Sam James
kan...@gentoo.org writes: > From: Matt Jolly > > This patchset slots Rust, adds `rust.eclass`, a helper eclass for slotted > Rust, > and updates `cargo.eclass` to take advantage of the new slotted Rust, > requiring a > revbump of dependent packages. Thanks for doing this. As we've already dis