diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:22:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:40:25 +0100 |
commit | c88aa78545ef7467f7d1fc39383323d79c4bdee6 (patch) | |
tree | f9e41ddfb29174f0653a2aac55741a291cbc45a6 /sci-chemistry | |
parent | sci-chemistry/chemex: Permit matplotlib-python2 (diff) | |
download | gentoo-c88aa78545ef7467f7d1fc39383323d79c4bdee6.tar.gz gentoo-c88aa78545ef7467f7d1fc39383323d79c4bdee6.tar.bz2 gentoo-c88aa78545ef7467f7d1fc39383323d79c4bdee6.zip |
sci-chemistry/nmrdepaker: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild index 29a13632c888..043fd37324eb 100644 --- a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild +++ b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild @@ -17,7 +17,10 @@ KEYWORDS="~amd64" IUSE="" RDEPEND=" - >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] + || ( + >=dev-python/matplotlib-python2-0.98.5[gtk2,${PYTHON_USEDEP}] + >=dev-python/matplotlib-0.98.5[gtk2,${PYTHON_USEDEP}] + ) || ( dev-python/numpy-python2[${PYTHON_USEDEP}] >=dev-python/numpy-1.2[${PYTHON_USEDEP}] |