diff options
Diffstat (limited to 'sci-astronomy/sextractor/sextractor-2.19.5.ebuild')
-rw-r--r-- | sci-astronomy/sextractor/sextractor-2.19.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild index 3aeded5ecbc8..8d374bc1d699 100644 --- a/sci-astronomy/sextractor/sextractor-2.19.5.ebuild +++ b/sci-astronomy/sextractor/sextractor-2.19.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" IUSE="doc modelfit test threads" +RESTRICT="!test? ( test )" RDEPEND=" modelfit? ( sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 )" |