From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4904F15ACFB for ; Sun, 23 Apr 2023 16:39:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4DAE08DC; Sun, 23 Apr 2023 16:39:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78741E08DC for ; Sun, 23 Apr 2023 16:39:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 902C13412C9 for ; Sun, 23 Apr 2023 16:39:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC39A3F for ; Sun, 23 Apr 2023 16:39:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682267972.ba850435135ce400134a96ceb6dc190471cb70e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/proj/proj-9.2.0.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba850435135ce400134a96ceb6dc190471cb70e9 X-VCS-Branch: master Date: Sun, 23 Apr 2023 16:39:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bb0bbbc-3c83-4fb2-8ee4-dc78f2fc7df5 X-Archives-Hash: e5b84ea17391730a323100e82a28d376 commit: ba850435135ce400134a96ceb6dc190471cb70e9 Author: Sam James gentoo org> AuthorDate: Sun Apr 23 16:38:14 2023 +0000 Commit: Sam James gentoo 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 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