From c88aa78545ef7467f7d1fc39383323d79c4bdee6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 28 Jan 2020 21:22:05 +0100 Subject: sci-chemistry/nmrdepaker: Permit matplotlib-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/nmrdepaker/nmrdepaker-1.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sci-chemistry/nmrdepaker') 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}] -- cgit v1.2.3-65-gdbad