mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 02:11:06 +02:00
eclass/cargo: Sync with Gentoo
It's from Gentoo commit 43c15cb26af8df9537cc7f9051e0d4ab26f33514. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
a98324a271
commit
872230368b
@ -43,7 +43,7 @@ case ${EAPI} in
|
|||||||
# than the oldest in-tree in future.
|
# than the oldest in-tree in future.
|
||||||
if [[ -z ${CARGO_BOOTSTRAP} ]]; then
|
if [[ -z ${CARGO_BOOTSTRAP} ]]; then
|
||||||
if ver_test "${RUST_MIN_VER}" -lt "${_CARGO_ECLASS_RUST_MIN_VER}"; then
|
if ver_test "${RUST_MIN_VER}" -lt "${_CARGO_ECLASS_RUST_MIN_VER}"; then
|
||||||
die "RUST_MIN_VERSION must be at least ${_CARGO_ECLASS_RUST_MIN_VER}"
|
die "RUST_MIN_VER must be at least ${_CARGO_ECLASS_RUST_MIN_VER}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user