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 AF3D1158003 for ; Tue, 27 Sep 2022 16:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C64CBE0ACB; Tue, 27 Sep 2022 16:59:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9F36E0ACB for ; Tue, 27 Sep 2022 16:59:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 97601335D76 for ; Tue, 27 Sep 2022 16:59:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B230C1E for ; Tue, 27 Sep 2022 16:59:40 +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: <1664297966.2061076a92da7ebce986af54a383afa5b4821255.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.6.0-r1.ebuild dev-python/matplotlib/matplotlib-3.6.0.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2061076a92da7ebce986af54a383afa5b4821255 X-VCS-Branch: master Date: Tue, 27 Sep 2022 16:59:40 +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: 04e5f48e-53c5-4b61-8fdb-37510ed48787 X-Archives-Hash: 3270960957db861cae0c2952f8d349d9 commit: 2061076a92da7ebce986af54a383afa5b4821255 Author: Sam James gentoo org> AuthorDate: Tue Sep 27 16:58:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 27 16:59:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2061076a dev-python/matplotlib: needs pillow[webp] Thanks to matoro for reporting. Signed-off-by: Sam James gentoo.org> .../matplotlib/{matplotlib-3.6.0.ebuild => matplotlib-3.6.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-3.6.0.ebuild b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild similarity index 99% rename from dev-python/matplotlib/matplotlib-3.6.0.ebuild rename to dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild index b2a3cf0ea028..dac7466b7dbb 100644 --- a/dev-python/matplotlib/matplotlib-3.6.0.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=" >=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.19[${PYTHON_USEDEP}] >=dev-python/packaging-20.0[${PYTHON_USEDEP}] - >=dev-python/pillow-7.1.1[jpeg,${PYTHON_USEDEP}] + >=dev-python/pillow-7.1.1[jpeg,webp,${PYTHON_USEDEP}] >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.7[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]