sci-chemistry/relax: Permit matplotlib-python2
authorMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:22:26 +0000 (21:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 28 Jan 2020 20:40:26 +0000 (21:40 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-chemistry/relax/relax-4.0.0-r2.ebuild

index 606c454f1b12fc1d54e12023af07f238d045a2d0..8ded6d34d21fe2392a8ec4c5133a82baca20c15c 100644 (file)
@@ -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}]