From: Michał Górny Date: Tue, 28 Jan 2020 20:21:42 +0000 (+0100) Subject: sci-chemistry/chemex: Permit matplotlib-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db;p=gentoo.git sci-chemistry/chemex: Permit matplotlib-python2 Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild b/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild index 9e4f47aafc99..2266c32a12a5 100644 --- a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild +++ b/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild @@ -17,7 +17,10 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=" - >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}] + || ( + >=dev-python/matplotlib-python2-1.1[${PYTHON_USEDEP}] + >=dev-python/matplotlib-1.1[${PYTHON_USEDEP}] + ) || ( dev-python/numpy-python2[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}]