commit: a3d9a12375e25b192f2174d45f32106c1108923d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:55:24 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:58:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d9a123
dev-libs/starpu: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/starpu/starpu-1.2.6.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/starpu/starpu-1.2.6.ebuild
b/dev-libs/starpu/starpu-1.2.6.ebuild
index 5417166bdf1..95988d42502 100644
--- a/dev-libs/starpu/starpu-1.2.6.ebuild
+++ b/dev-libs/starpu/starpu-1.2.6.ebuild
@@ -18,6 +18,7 @@ IUSE="
blas cuda doc examples fftw fortran gcc-plugin mpi opencl opengl
spinlock-check static-libs test valgrind
"
+RESTRICT="!test? ( test )"
RDEPEND="
sci-mathematics/glpk:0=