commit:     cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:21:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 20:40:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee0a14f

sci-chemistry/chemex: Permit matplotlib-python2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-chemistry/chemex/chemex-0.6.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild 
b/sci-chemistry/chemex/chemex-0.6.1-r1.ebuild
index 9e4f47aafc9..2266c32a12a 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}]

Reply via email to