Сравнение uutils-coreutils-0.8.0-r1 с uutils-coreutils-9999
| /usr/portage/sys-apps/uutils-coreutils/uutils-coreutils-9999.ebuild 2026-06-05 19:17:05.001708222 +0300 | ||
|---|---|---|
| 8 | 8 |
CRATES=" |
| 9 | 9 |
" |
| 10 | 10 | |
| 11 |
RUST_MIN_VER="1.88.0" |
|
| 11 |
RUST_MIN_VER="1.85.0" |
|
| 12 | 12 |
LLVM_COMPAT=( {17..22} )
|
| 13 | 13 |
inherit cargo flag-o-matic llvm-r2 multiprocessing |
| 14 | 14 | |
| ... | ... | |
| 71 | 71 |
else |
| 72 | 72 |
cargo_src_unpack |
| 73 | 73 |
fi |
| 74 |
} |
|
| 75 | ||
| 76 |
src_prepare() {
|
|
| 77 |
default |
|
| 78 | 74 |
# This is should be a set of env vars in upstream CI |
| 79 | 75 |
rm -f "${S}/.cargo/config.toml"
|
| 80 | ||
| 81 |
# Upstream convention for bash-completions clashes with our own |
|
| 82 |
sed -i -e 's:\.bash::' "${S}/GNUmakefile" || die
|
|
| 83 | 76 |
} |
| 84 | 77 | |
| 85 | 78 |
src_compile() {
|