commit: c88aa78545ef7467f7d1fc39383323d79c4bdee6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 20:22:05 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 20:40:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88aa785
sci-chemistry/nmrdepaker: Permit matplotlib-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild
b/sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild
index 29a13632c88..043fd37324e 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}]