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}

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

2024-11-06 Thread kangie
From: Matt Jolly The rust eclass acts similarly to the llvm eclass. It works with optional `RUST_{MAX,MIN}_SLOT` variables to enable ebuilds to trivially generate (and enforce) dependencies on an appropriate Rust SLOT. A `RUST_NEEDS_LLVM` variable can be set to have the eclass read `LLVM_COMPAT