commit: ccc63b670a6ad9f61e1e29bd369b33bd01cb4c2c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 5 21:19:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 5 21:19:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc63b67
sci-geosciences/GeographicLib: tweak src_test comment
2.3 didn't need this but 2.5 does.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-geosciences/GeographicLib/GeographicLib-2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-geosciences/GeographicLib/GeographicLib-2.5.ebuild
b/sci-geosciences/GeographicLib/GeographicLib-2.5.ebuild
index 461892cd49ce..a8577018aea1 100644
--- a/sci-geosciences/GeographicLib/GeographicLib-2.5.ebuild
+++ b/sci-geosciences/GeographicLib/GeographicLib-2.5.ebuild
@@ -38,8 +38,8 @@ src_configure() {
cmake_src_configure
}
-# Build test programs before running tests with ninja testprograms
src_test() {
+ # Build test programs before running tests with ninja test
cmake_build testprograms
cmake_build test
}