From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1205800-garchives=archives.gentoo.org@lists.gentoo.org>
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 496DC138359
	for <garchives@archives.gentoo.org>; Mon, 14 Sep 2020 00:12:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7CC18E0C11;
	Mon, 14 Sep 2020 00:12:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 59192E0C11
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2020 00:12:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 02925340845
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2020 00:12:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A379357
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Sep 2020 00:12:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1600042294.3eff68af64d2eb5051fd6c111aeab6544b404e7a.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.2.2-r1.ebuild dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild dev-python/matplotlib/matplotlib-3.3.0.ebuild dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild dev-python/matplotlib/matplotlib-3.3.1-r2.ebuild
X-VCS-Directories: dev-python/matplotlib/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3eff68af64d2eb5051fd6c111aeab6544b404e7a
X-VCS-Branch: master
Date: Mon, 14 Sep 2020 00:12:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c85e49e6-3ffb-4835-86a1-dd545df52f1c
X-Archives-Hash: b58279b2caf50ad176499f9b7fcab7ed

commit:     3eff68af64d2eb5051fd6c111aeab6544b404e7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 00:11:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 00:11:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eff68af

dev-python/matplotlib: depend on pillow[jpeg]

This can cause test failures if missing.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{matplotlib-3.2.2-r1.ebuild => matplotlib-3.2.2-r2.ebuild}          | 2 +-
 .../matplotlib/{matplotlib-3.3.0.ebuild => matplotlib-3.3.0-r1.ebuild}  | 2 +-
 .../{matplotlib-3.3.1-r1.ebuild => matplotlib-3.3.1-r2.ebuild}          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild b/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild
similarity index 99%
rename from dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild
rename to dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild
index a653f14fcd9..3296b24075d 100644
--- a/dev-python/matplotlib/matplotlib-3.2.2-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.2.2-r2.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 	>=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
 	>=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
 	>=dev-python/numpy-1.18.2[${PYTHON_USEDEP}]
-	>=dev-python/pillow-7.1.1[${PYTHON_USEDEP}]
+	>=dev-python/pillow-7.1.1[jpeg,${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
 	dev-python/python-dateutil:0[${PYTHON_USEDEP}]
 	>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/matplotlib/matplotlib-3.3.0.ebuild b/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild
similarity index 99%
rename from dev-python/matplotlib/matplotlib-3.3.0.ebuild
rename to dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild
index 9b46b5e7164..92a63fef156 100644
--- a/dev-python/matplotlib/matplotlib-3.3.0.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.3.0-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 	>=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
 	>=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
 	>=dev-python/numpy-1.18.2[${PYTHON_USEDEP}]
-	>=dev-python/pillow-7.1.1[${PYTHON_USEDEP}]
+	>=dev-python/pillow-7.1.1[jpeg,${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
 	dev-python/python-dateutil:0[${PYTHON_USEDEP}]
 	>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]

diff --git a/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild b/dev-python/matplotlib/matplotlib-3.3.1-r2.ebuild
similarity index 99%
rename from dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild
rename to dev-python/matplotlib/matplotlib-3.3.1-r2.ebuild
index 981026cbe93..d8b120fa06f 100644
--- a/dev-python/matplotlib/matplotlib-3.3.1-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.3.1-r2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 	>=dev-python/cycler-0.10.0-r1[${PYTHON_USEDEP}]
 	>=dev-python/kiwisolver-1.2.0[${PYTHON_USEDEP}]
 	>=dev-python/numpy-1.18.2[${PYTHON_USEDEP}]
-	>=dev-python/pillow-7.1.1[${PYTHON_USEDEP}]
+	>=dev-python/pillow-7.1.1[jpeg,${PYTHON_USEDEP}]
 	>=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
 	dev-python/python-dateutil:0[${PYTHON_USEDEP}]
 	>=dev-python/pytz-2019.3[${PYTHON_USEDEP}]