From: Michał Górny Date: Tue, 28 Jan 2020 20:22:50 +0000 (+0100) Subject: sci-geosciences/tappy: Permit matplotlib-python2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65c88e96e21db31b4636fed1d122dd1dbab54e61;p=gentoo.git sci-geosciences/tappy: Permit matplotlib-python2 Signed-off-by: Michał Górny --- diff --git a/sci-geosciences/tappy/tappy-0.9.0.ebuild b/sci-geosciences/tappy/tappy-0.9.0.ebuild index cf6423bcefa9..eccc53a46c4f 100644 --- a/sci-geosciences/tappy/tappy-0.9.0.ebuild +++ b/sci-geosciences/tappy/tappy-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] +RDEPEND=" + || ( + dev-python/matplotlib-python2[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + ) dev-python/pywavelets sci-libs/scipy[${PYTHON_USEDEP}]"