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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C126158090 for ; Thu, 5 May 2022 02:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD83E07D1; Thu, 5 May 2022 02:56:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADCD8E07D1 for ; Thu, 5 May 2022 02:56:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1DE83416B4 for ; Thu, 5 May 2022 02:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4074447 for ; Thu, 5 May 2022 02:56:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651719351.7942bc55f13bab87ef2cfc9427b552fac30d6f5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild dev-python/matplotlib/matplotlib-3.5.1.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7942bc55f13bab87ef2cfc9427b552fac30d6f5f X-VCS-Branch: master Date: Thu, 5 May 2022 02:56:01 +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: 48bea06e-0a47-4f89-8ee8-7d66515c70c2 X-Archives-Hash: dc253fd8a76605eac1128a686942c994 commit: 7942bc55f13bab87ef2cfc9427b552fac30d6f5f Author: Thomas Bettler gmail com> AuthorDate: Thu Apr 28 21:52:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 5 02:55:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7942bc55 dev-python/matplotlib: fix for python 3.10 Fix consistency of deps: dev-python/matplotlib[python_targets_python3_x] shall RDEPEND on dev-python/wxpython[python_targets_python3_x] Closes: https://bugs.gentoo.org/829011 Closes: https://github.com/gentoo/gentoo/pull/23273 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild | 2 +- dev-python/matplotlib/matplotlib-3.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild index fb10609c88d2..16b0f9e24cc5 100644 --- a/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild @@ -73,7 +73,7 @@ RDEPEND=" wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] - ' python3_{8,9}) + ') ) " diff --git a/dev-python/matplotlib/matplotlib-3.5.1.ebuild b/dev-python/matplotlib/matplotlib-3.5.1.ebuild index 25943ae57f0b..a53f428ba641 100644 --- a/dev-python/matplotlib/matplotlib-3.5.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.1.ebuild @@ -75,7 +75,7 @@ RDEPEND=" wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] - ' python3_{8,9}) + ') ) "