commit: ba850435135ce400134a96ceb6dc190471cb70e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 16:38:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 16:39:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba850435
sci-libs/proj: explicitly disable network tests
Noticed after Alpine did this. It's not an issue for us as its check fails but
we don't want it to even try, especially as network-sandbox doesn't exist on
all platforms.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/proj/proj-9.2.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-libs/proj/proj-9.2.0.ebuild b/sci-libs/proj/proj-9.2.0.ebuild
index 35f102a7e1a0..816fcfaec6bf 100644
--- a/sci-libs/proj/proj-9.2.0.ebuild
+++ b/sci-libs/proj/proj-9.2.0.ebuild
@@ -52,6 +52,7 @@ src_configure() {
mycmakeargs+=(
-DUSE_EXTERNAL_GTEST=ON
-DBUILD_BENCHMARKS=OFF
+ -DRUN_NETWORK_DEPENDENT_TESTS=OFF
)
fi