1 |
commit: 4c65641141322dc73d3e6cc0224d745deea1ee19 |
2 |
Author: Michał Górny <mgorny <AT> gentoo <DOT> org> |
3 |
AuthorDate: Tue Jan 28 20:22:26 2020 +0000 |
4 |
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> |
5 |
CommitDate: Tue Jan 28 20:40:26 2020 +0000 |
6 |
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c656411 |
7 |
|
8 |
sci-chemistry/relax: Permit matplotlib-python2 |
9 |
|
10 |
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> |
11 |
|
12 |
sci-chemistry/relax/relax-4.0.0-r2.ebuild | 5 ++++- |
13 |
1 file changed, 4 insertions(+), 1 deletion(-) |
14 |
|
15 |
diff --git a/sci-chemistry/relax/relax-4.0.0-r2.ebuild b/sci-chemistry/relax/relax-4.0.0-r2.ebuild |
16 |
index 606c454f1b1..8ded6d34d21 100644 |
17 |
--- a/sci-chemistry/relax/relax-4.0.0-r2.ebuild |
18 |
+++ b/sci-chemistry/relax/relax-4.0.0-r2.ebuild |
19 |
@@ -24,7 +24,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
20 |
RDEPEND=" |
21 |
${PYTHON_DEPS} |
22 |
dev-python/Numdifftools[${PYTHON_USEDEP}] |
23 |
- dev-python/matplotlib[${PYTHON_USEDEP}] |
24 |
+ || ( |
25 |
+ dev-python/matplotlib-python2[${PYTHON_USEDEP}] |
26 |
+ dev-python/matplotlib[${PYTHON_USEDEP}] |
27 |
+ ) |
28 |
|| ( |
29 |
dev-python/numpy-python2[${PYTHON_USEDEP}] |
30 |
dev-python/numpy[${PYTHON_USEDEP}] |