From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8365059CA3 for ; Mon, 14 Mar 2016 02:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21AA21C027; Mon, 14 Mar 2016 02:17:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 172C621C027 for ; Mon, 14 Mar 2016 02:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A2D8340B07 for ; Mon, 14 Mar 2016 02:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C2E985D for ; Mon, 14 Mar 2016 02:17:42 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1457384648.e4aa90fea599d5fcc9d00ba612f9d409d209fec9.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/sextractor/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/sextractor/sextractor-9999.ebuild X-VCS-Directories: sci-astronomy/sextractor/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e4aa90fea599d5fcc9d00ba612f9d409d209fec9 X-VCS-Branch: master Date: Mon, 14 Mar 2016 02:17:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51db56ea-d19d-4f2b-a64b-370a43c6d226 X-Archives-Hash: ce519c98a60d847063332d0ac80d518b commit: e4aa90fea599d5fcc9d00ba612f9d409d209fec9 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Mar 3 17:38:19 2016 +0000 Commit: Christoph Junghans gentoo 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