Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/parallel-hashmap/
Date: Thu, 30 Jun 2022 17:39:49
Message-Id: 1656602012.cca5952a0d3f9ef96cfd0e4bbae6201ed5589268.flow@gentoo
1 commit: cca5952a0d3f9ef96cfd0e4bbae6201ed5589268
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 30 15:12:15 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 15:13:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cca5952a
7
8 dev-cpp/parallel-hashmap: restrict tests
9
10 Closes: https://bugs.gentoo.org/855329
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild
17 index 036b306d5..46dd6b355 100644
18 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild
19 +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.35.ebuild
20 @@ -21,7 +21,9 @@ CDEPEND="dev-libs/cereal"
21 DEPEND="test? ( ${CDEPEND} )"
22 RDEPEND="${CDEPEND}"
23
24 -RESTRICT="!test? ( test )"
25 +# tests will download gtest, not trivial to use the system one
26 +# https://github.com/greg7mdp/parallel-hashmap/issues/154
27 +RESTRICT="test"
28
29 src_compile() {
30 mycmakeargs=(