From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2872F138350 for ; Tue, 28 Jan 2020 20:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AA8EE086F; Tue, 28 Jan 2020 20:40:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50892E086F for ; Tue, 28 Jan 2020 20:40:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35ADE34E450 for ; Tue, 28 Jan 2020 20:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7279D10D for ; Tue, 28 Jan 2020 20:40:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580244027.65c88e96e21db31b4636fed1d122dd1dbab54e61.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/tappy/tappy-0.9.0.ebuild X-VCS-Directories: sci-geosciences/tappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65c88e96e21db31b4636fed1d122dd1dbab54e61 X-VCS-Branch: master Date: Tue, 28 Jan 2020 20:40:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad462b90-fac4-4b0b-a2d5-7eab3b0939aa X-Archives-Hash: 4c71bd6540afb1705d22ec3cef3f9411 commit: 65c88e96e21db31b4636fed1d122dd1dbab54e61 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 28 20:22:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 28 20:40:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c88e96 sci-geosciences/tappy: Permit matplotlib-python2 Signed-off-by: Michał Górny gentoo.org> 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 cf6423bcefa..eccc53a46c4 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}]"