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