Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/
Date: Tue, 28 Jan 2020 21:30:35
Message-Id: 1580247014.2ac931a233937f59eb608f414e9084cfde80983d.mgorny@gentoo
1 commit: 2ac931a233937f59eb608f414e9084cfde80983d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:56:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 21:30:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac931a2
7
8 sci-chemistry/chemex: Permit scipy-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../chemex/{chemex-0.6.1-r1.ebuild => chemex-0.6.1-r2.ebuild} | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild
16 similarity index 89%
17 rename from sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
18 rename to sci-chemistry/chemex/chemex-0.6.1-r2.ebuild
19 index 2266c32a12a..0b85b22ffc3 100644
20 --- a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
21 +++ b/sci-chemistry/chemex/chemex-0.6.1-r2.ebuild
22 @@ -25,7 +25,10 @@ RDEPEND="
23 dev-python/numpy-python2[${PYTHON_USEDEP}]
24 dev-python/numpy[${PYTHON_USEDEP}]
25 )
26 - >=sci-libs/scipy-0.11[${PYTHON_USEDEP}]
27 + || (
28 + >=sci-libs/scipy-python2-0.11[${PYTHON_USEDEP}]
29 + >=sci-libs/scipy-0.11[${PYTHON_USEDEP}]
30 + )
31 "
32 DEPEND="${RDEPEND}
33 dev-python/setuptools[${PYTHON_USEDEP}]