From 7684eb191678a554fc7e9e3d675f1421bd29c783 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 26 Mar 2022 09:11:27 +0100 Subject: [PATCH] sys-cluster/spath: restrict tests, need MPI Closes: https://bugs.gentoo.org/836144 Signed-off-by: Alessandro Barbieri --- sys-cluster/spath/spath-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/spath/spath-0.2.0.ebuild b/sys-cluster/spath/spath-0.2.0.ebuild index 6290a1f567..69f2fe7511 100644 --- a/sys-cluster/spath/spath-0.2.0.ebuild +++ b/sys-cluster/spath/spath-0.2.0.ebuild @@ -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() {