aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-30 15:49:57 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-30 15:49:57 +0100
commit7bef2d2f75737e2e890d9c947ab3c8c571fececa (patch)
treeedd6140565ecf767032ca787590e8e99c42fb012 /sci-libs/tmglib
parentsci-libs/lapack-reference: Set subslots (diff)
downloadsci-7bef2d2f75737e2e890d9c947ab3c8c571fececa.tar.gz
sci-7bef2d2f75737e2e890d9c947ab3c8c571fececa.tar.bz2
sci-7bef2d2f75737e2e890d9c947ab3c8c571fececa.zip
sci-libs/tmglib: Only require python for tests
Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/tmglib')
-rw-r--r--sci-libs/tmglib/tmglib-3.5.0.ebuild7
-rw-r--r--sci-libs/tmglib/tmglib-3.6.0.ebuild7
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 4b5358f75..36512bdf7 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 cf243a51a..4f66f4503 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}"