mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
cargo.eclass: fix RUST_MIN_VER typo in error
Prompted by 986f9e9faf926fd9f882fe4636889434023e6e3c. Bug: https://bugs.gentoo.org/961500 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
c7ece59226
commit
43c15cb26a
@ -43,7 +43,7 @@ case ${EAPI} in
|
||||
# than the oldest in-tree in future.
|
||||
if [[ -z ${CARGO_BOOTSTRAP} ]]; 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
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user