sys-cluster/spath: restrict tests, need MPI

Closes: https://bugs.gentoo.org/836144
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-26 09:11:27 +01:00
parent c0a41daf91
commit 7684eb1916

View File

@@ -21,7 +21,7 @@ DEPEND="
"
PATCHES=( "${FILESDIR}/${PN}-0.1.0-no-static.patch" )
RESTRICT="!test? ( test )"
RESTRICT="test" # tests require an MPI setup
REQUIRED_USE="test? ( mpi )"
src_configure() {