summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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}]