From 65c88e96e21db31b4636fed1d122dd1dbab54e61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 Jan 2020 21:22:50 +0100 Subject: [PATCH] sci-geosciences/tappy: Permit matplotlib-python2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-geosciences/tappy/tappy-0.9.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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}]" -- 2.26.2