mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
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:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user