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 764DA158094 for ; Thu, 30 Jun 2022 17:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71173E0BED; Thu, 30 Jun 2022 17:39:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 51CD5E0BEA for ; Thu, 30 Jun 2022 17:39:47 +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 94C7334196F for ; Thu, 30 Jun 2022 17:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F369B535 for ; Thu, 30 Jun 2022 17:39:42 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656602012.cca5952a0d3f9ef96cfd0e4bbae6201ed5589268.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/parallel-hashmap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild X-VCS-Directories: dev-cpp/parallel-hashmap/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: cca5952a0d3f9ef96cfd0e4bbae6201ed5589268 X-VCS-Branch: master Date: Thu, 30 Jun 2022 17:39:42 +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: c8cd402b-a93e-4c8a-976d-e45a2d0a05f4 X-Archives-Hash: d9a1924d2b4aa5b5c9ce943f0f247dd6 commit: cca5952a0d3f9ef96cfd0e4bbae6201ed5589268 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Jun 30 15:12:15 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 30 15:13:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cca5952a dev-cpp/parallel-hashmap: restrict tests Closes: https://bugs.gentoo.org/855329 Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild index 036b306d5..46dd6b355 100644 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild @@ -21,7 +21,9 @@ CDEPEND="dev-libs/cereal" DEPEND="test? ( ${CDEPEND} )" RDEPEND="${CDEPEND}" -RESTRICT="!test? ( test )" +# tests will download gtest, not trivial to use the system one +# https://github.com/greg7mdp/parallel-hashmap/issues/154 +RESTRICT="test" src_compile() { mycmakeargs=(