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 EA460158094 for ; Sat, 13 Aug 2022 17:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10025E0769; Sat, 13 Aug 2022 17:43:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3FDBE0769 for ; Sat, 13 Aug 2022 17:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DD1E0340DC4 for ; Sat, 13 Aug 2022 17:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94D15326 for ; Sat, 13 Aug 2022 17:43:32 +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: <1660412605.02a7d65e5bf7d225fc0124163ea17ad01ff0baef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/nlohmann_json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild X-VCS-Directories: dev-cpp/nlohmann_json/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02a7d65e5bf7d225fc0124163ea17ad01ff0baef X-VCS-Branch: master Date: Sat, 13 Aug 2022 17:43:32 +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: bf1fb302-ba71-4c03-8b85-6b4b43b7abda X-Archives-Hash: 8613c442f158d67c9bb5d9c89b9314b3 commit: 02a7d65e5bf7d225fc0124163ea17ad01ff0baef Author: Sam James gentoo org> AuthorDate: Sat Aug 13 17:43:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 13 17:43:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a7d65e dev-cpp/nlohmann_json: exclude more network tests Again only seem to surface if no git repo in S...? Closes: https://bugs.gentoo.org/865105 Signed-off-by: Sam James gentoo.org> dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild index 6104a266421f..3bac320e3a05 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild @@ -56,9 +56,9 @@ src_test() { # https://github.com/nlohmann/json/issues/2189 # # cmake_fetch_content_configure, cmake_fetch_content2_configure: - # Needs network (bug #865027) + # Needs network (bug #865027, bug #865105) local myctestargs=( - -E "(git_required|cmake_fetch_content_configure|cmake_fetch_content2_configure)" + -E "(git_required|cmake_fetch_content_configure|cmake_fetch_content2_configure|cmake_fetch_content_build|cmake_fetch_content2_build)" ) cmake_src_test