Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/tmglib/
Date: Mon, 30 Nov 2015 18:33:44
Message-Id: 1448894997.7bef2d2f75737e2e890d9c947ab3c8c571fececa.jlec@gentoo
1 commit: 7bef2d2f75737e2e890d9c947ab3c8c571fececa
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 14:49:57 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 14:49:57 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bef2d2f
7
8 sci-libs/tmglib: Only require python for tests
9
10 Package-Manager: portage-2.2.25
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/tmglib/tmglib-3.5.0.ebuild | 7 ++++---
14 sci-libs/tmglib/tmglib-3.6.0.ebuild | 7 ++++---
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/sci-libs/tmglib/tmglib-3.5.0.ebuild b/sci-libs/tmglib/tmglib-3.5.0.ebuild
18 index 4b5358f..36512bd 100644
19 --- a/sci-libs/tmglib/tmglib-3.5.0.ebuild
20 +++ b/sci-libs/tmglib/tmglib-3.5.0.ebuild
21 @@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz"
22 LICENSE="BSD"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
25 -IUSE="static-libs"
26 +IUSE="static-libs test"
27
28 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29 +REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
30
31 -RDEPEND="${PYTHON_DEPS}
32 +RDEPEND="
33 virtual/blas
34 virtual/lapack"
35 DEPEND="${RDEPEND}
36 + test? ( ${PYTHON_DEPS} )
37 virtual/pkgconfig"
38
39 S="${WORKDIR}/${MYP}"
40
41 diff --git a/sci-libs/tmglib/tmglib-3.6.0.ebuild b/sci-libs/tmglib/tmglib-3.6.0.ebuild
42 index cf243a5..4f66f45 100644
43 --- a/sci-libs/tmglib/tmglib-3.6.0.ebuild
44 +++ b/sci-libs/tmglib/tmglib-3.6.0.ebuild
45 @@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz"
46 LICENSE="BSD"
47 SLOT="0"
48 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="static-libs"
50 +IUSE="static-libs test"
51
52 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 +REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
54
55 -RDEPEND="${PYTHON_DEPS}
56 +RDEPEND="
57 virtual/blas
58 virtual/lapack"
59 DEPEND="${RDEPEND}
60 + test? ( ${PYTHON_DEPS} )
61 virtual/pkgconfig"
62
63 S="${WORKDIR}/${MYP}"