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