commit: e4aa90fea599d5fcc9d00ba612f9d409d209fec9 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org> AuthorDate: Thu Mar 3 17:38:19 2016 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 21:04:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4aa90fe
sci-astronomy/sextractor: testing needs modelfit sci-astronomy/sextractor/sextractor-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-astronomy/sextractor/sextractor-9999.ebuild b/sci-astronomy/sextractor/sextractor-9999.ebuild index 7c29244..dd4014d 100644 --- a/sci-astronomy/sextractor/sextractor-9999.ebuild +++ b/sci-astronomy/sextractor/sextractor-9999.ebuild @@ -17,12 +17,14 @@ HOMEPAGE="http://www.astromatic.net/software/sextractor" LICENSE="GPL-3" SLOT="0" -IUSE="doc modelfit threads" +IUSE="doc modelfit test threads" RDEPEND=" modelfit? ( sci-libs/atlas[lapack,threads=] sci-libs/fftw:3.0 )" DEPEND="${RDEPEND}" +REQUIRED_USE="test? ( modelfit )" + src_prepare() { default if use modelfit; then
