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 20:40:43
Message-Id: 1580244024.cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db.mgorny@gentoo
1 commit: cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 20:21:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 20:40:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee0a14f
7
8 sci-chemistry/chemex: Permit matplotlib-python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-chemistry/chemex/chemex-0.6.1-r1.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-r1.ebuild
16 index 9e4f47aafc9..2266c32a12a 100644
17 --- a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
18 +++ b/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
19 @@ -17,7 +17,10 @@ KEYWORDS="~amd64"
20 IUSE=""
21
22 RDEPEND="
23 - >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}]
24 + || (
25 + >=dev-python/matplotlib-python2-1.1[${PYTHON_USEDEP}]
26 + >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}]
27 + )
28 || (
29 dev-python/numpy-python2[${PYTHON_USEDEP}]
30 dev-python/numpy[${PYTHON_USEDEP}]