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 516D01384B4 for ; Mon, 30 Nov 2015 18:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3037E089E; Mon, 30 Nov 2015 18:33:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CFB9E089D for ; Mon, 30 Nov 2015 18:33:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24ED9340676 for ; Mon, 30 Nov 2015 18:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C80C89 for ; Mon, 30 Nov 2015 18:33:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448894997.7bef2d2f75737e2e890d9c947ab3c8c571fececa.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/tmglib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/tmglib/tmglib-3.5.0.ebuild sci-libs/tmglib/tmglib-3.6.0.ebuild X-VCS-Directories: sci-libs/tmglib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7bef2d2f75737e2e890d9c947ab3c8c571fececa X-VCS-Branch: master Date: Mon, 30 Nov 2015 18:33:38 +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: 2068ee4c-a270-48e7-90ea-0c43c904d220 X-Archives-Hash: ca5b247c09820477958aa093fd852c9f commit: 7bef2d2f75737e2e890d9c947ab3c8c571fececa Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 30 14:49:57 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 30 14:49:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bef2d2f sci-libs/tmglib: Only require python for tests Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-libs/tmglib/tmglib-3.5.0.ebuild | 7 ++++--- sci-libs/tmglib/tmglib-3.6.0.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sci-libs/tmglib/tmglib-3.5.0.ebuild b/sci-libs/tmglib/tmglib-3.5.0.ebuild index 4b5358f..36512bd 100644 --- a/sci-libs/tmglib/tmglib-3.5.0.ebuild +++ b/sci-libs/tmglib/tmglib-3.5.0.ebuild @@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" +IUSE="static-libs test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" virtual/blas virtual/lapack" DEPEND="${RDEPEND} + test? ( ${PYTHON_DEPS} ) virtual/pkgconfig" S="${WORKDIR}/${MYP}" diff --git a/sci-libs/tmglib/tmglib-3.6.0.ebuild b/sci-libs/tmglib/tmglib-3.6.0.ebuild index cf243a5..4f66f45 100644 --- a/sci-libs/tmglib/tmglib-3.6.0.ebuild +++ b/sci-libs/tmglib/tmglib-3.6.0.ebuild @@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" +IUSE="static-libs test" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" virtual/blas virtual/lapack" DEPEND="${RDEPEND} + test? ( ${PYTHON_DEPS} ) virtual/pkgconfig" S="${WORKDIR}/${MYP}"