diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 17:38:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 17:39:32 +0100 |
commit | ba850435135ce400134a96ceb6dc190471cb70e9 (patch) | |
tree | 179536dab89c1c045fba96979e461e5b0ce49bdb /sci-libs/proj | |
parent | net-misc/sstp-client: fix build with <net-dialup/ppp-2.5.0 (diff) | |
download | gentoo-ba850435135ce400134a96ceb6dc190471cb70e9.tar.gz gentoo-ba850435135ce400134a96ceb6dc190471cb70e9.tar.bz2 gentoo-ba850435135ce400134a96ceb6dc190471cb70e9.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs/proj')
-rw-r--r-- | sci-libs/proj/proj-9.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |