dev-cpp/parallel-hashmap: restrict tests

Closes: https://bugs.gentoo.org/855329
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-30 17:12:15 +02:00
parent f96e664d9b
commit cca5952a0d

View File

@@ -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=(