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}
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