[gentoo-dev] [PATCH] cargo.eclass: fix live unpack to use selected cargo

2025-04-04 Thread Sam James
From: Eli Schwartz Eveywhere, we use ${CARGO} as set by the rust toolchain setup, except one place. This caused issues such as erroring out in at least one reported case with "cargo: command not found" (when using --root, apparently). It would also certainly not respect RUST_MIN_VER / RUST_MAX_VE

[gentoo-dev] [PATCH] cargo.eclass: fix live unpack to use selected cargo

2025-04-04 Thread Eli Schwartz
Eveywhere, we use ${CARGO} as set by the rust toolchain setup, except one place. This caused issues such as erroring out in at least one reported case with "cargo: command not found" (when using --root, apparently). It would also certainly not respect RUST_MIN_VER / RUST_MAX_VER. Ensure we consist