From 872230368b1b22aacf07362da9a59bb07a13959d Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 15 Sep 2025 07:07:15 +0000 Subject: [PATCH] eclass/cargo: Sync with Gentoo It's from Gentoo commit 43c15cb26af8df9537cc7f9051e0d4ab26f33514. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/cargo.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass index 247d1bf535..5c2b89b6a7 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/cargo.eclass @@ -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