summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-28 21:22:26 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-28 21:40:26 +0100
commit4c65641141322dc73d3e6cc0224d745deea1ee19 (patch)
tree9fc2ef095631ee89f10a017d8d9c20e9e1b12a94 /sci-chemistry/relax
parentsci-chemistry/nmrdepaker: Permit matplotlib-python2 (diff)
downloadgentoo-4c65641141322dc73d3e6cc0224d745deea1ee19.tar.gz
gentoo-4c65641141322dc73d3e6cc0224d745deea1ee19.tar.bz2
gentoo-4c65641141322dc73d3e6cc0224d745deea1ee19.zip
sci-chemistry/relax: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/relax')
-rw-r--r--sci-chemistry/relax/relax-4.0.0-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/relax/relax-4.0.0-r2.ebuild b/sci-chemistry/relax/relax-4.0.0-r2.ebuild
index 606c454f1b12..8ded6d34d21f 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}]