commit: 53b7635a3212ff49fac35ab62ba42fac46b5bf1d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 07:33:13 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 07:39:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7635a
sci-libs/ceres-solver: fix running tests
Fixes: 7e7330cc8c499ec3ca1083e4cceb4748fef19986
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild
b/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild
index 191c4845525f..252c02ba10d1 100644
--- a/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -97,7 +97,7 @@ src_configure() {
src_test() {
use cuda && cuda_add_sandbox -w
- cmake_src_test
+ cmake-multilib_src_test
}
src_install() {