From: Michał Górny Date: Tue, 28 Jan 2020 20:22:26 +0000 (+0100) Subject: sci-chemistry/relax: Permit matplotlib-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4c65641141322dc73d3e6cc0224d745deea1ee19;p=gentoo.git sci-chemistry/relax: Permit matplotlib-python2 Signed-off-by: Michał Górny --- 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}]