commit: cca5952a0d3f9ef96cfd0e4bbae6201ed5589268 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Jun 30 15:12:15 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> 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 <lssndrbarbieri <AT> 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=(
