From 4c65641141322dc73d3e6cc0224d745deea1ee19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Jan 2020 21:22:26 +0100 Subject: [PATCH] sci-chemistry/relax: Permit matplotlib-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 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}] -- 2.26.2