commit: 7684eb191678a554fc7e9e3d675f1421bd29c783 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Mar 26 08:11:27 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Mar 26 08:11:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7684eb19
sys-cluster/spath: restrict tests, need MPI Closes: https://bugs.gentoo.org/836144 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 6290a1f56..69f2fe751 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() {
