diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:55:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 15:58:35 +0100 |
commit | a3d9a12375e25b192f2174d45f32106c1108923d (patch) | |
tree | 4091382225ffb279eed5347c5bcfab9e31ac68f3 /dev-libs/starpu | |
parent | dev-java/icedtea: Fix MissingTestRestrict (diff) | |
download | gentoo-a3d9a12375e25b192f2174d45f32106c1108923d.tar.gz gentoo-a3d9a12375e25b192f2174d45f32106c1108923d.tar.bz2 gentoo-a3d9a12375e25b192f2174d45f32106c1108923d.zip |
dev-libs/starpu: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/starpu')
-rw-r--r-- | dev-libs/starpu/starpu-1.2.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/starpu/starpu-1.2.6.ebuild b/dev-libs/starpu/starpu-1.2.6.ebuild index 5417166bdf11..95988d425023 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= |