diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:21:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:40:24 +0100 |
commit | cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db (patch) | |
tree | 6d37b51aa9b6a3a8fb8206f30579b22378d19baf /sci-chemistry | |
parent | net-wireless/gnuradio: Permit matplotlib-python2 (diff) | |
download | gentoo-cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db.tar.gz gentoo-cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db.tar.bz2 gentoo-cee0a14fd40d5351ffc75a9c8e9d4289dbe6a0db.zip |
sci-chemistry/chemex: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/chemex/chemex-0.6.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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}] |