From df810e25235dbf253141bbc4a726475f8a79397c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Fri, 31 Jul 2026 13:56:52 +0200 Subject: [PATCH] eclass/tests/cargo-bench.sh: Source version-funcs.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed by cargo.eclass for ver_test. Signed-off-by: Ulrich Müller --- eclass/tests/cargo-bench.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/tests/cargo-bench.sh b/eclass/tests/cargo-bench.sh index 9347fe339c127..b2e4a51f37b77 100755 --- a/eclass/tests/cargo-bench.sh +++ b/eclass/tests/cargo-bench.sh @@ -1,9 +1,10 @@ #!/bin/bash -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 source tests-common.sh || exit +source version-funcs.sh || exit export LC_ALL=C