commit: 02a7d65e5bf7d225fc0124163ea17ad01ff0baef Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 13 17:43:16 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
