From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1365218-garchives=archives.gentoo.org@lists.gentoo.org>
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 B20BB15808B
	for <garchives@archives.gentoo.org>; Mon,  7 Feb 2022 09:02:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1084B2BC00F;
	Mon,  7 Feb 2022 09:02:48 +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 E4EAB2BC00F
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Feb 2022 09:02:47 +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 D692D342D43
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Feb 2022 09:02:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E4E285
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Feb 2022 09:02:45 +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: <1644224545.73797dcffb7824c79f0c8433f47c949bb41ef2f2.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pillow/pillow-9.0.0-r1.ebuild dev-python/pillow/pillow-9.0.0.ebuild dev-python/pillow/pillow-9.0.1-r1.ebuild dev-python/pillow/pillow-9.0.1.ebuild
X-VCS-Directories: dev-python/pillow/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 73797dcffb7824c79f0c8433f47c949bb41ef2f2
X-VCS-Branch: master
Date: Mon,  7 Feb 2022 09:02:45 +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: 2f168a1f-74a5-4a5d-845e-9a574cf12a69
X-Archives-Hash: 1e1c7e91df82961232030e7e11150b18

commit:     73797dcffb7824c79f0c8433f47c949bb41ef2f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 09:02:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 09:02:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73797dcf

dev-python/pillow: fixup comment

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pillow/pillow-9.0.0-r1.ebuild | 2 +-
 dev-python/pillow/pillow-9.0.0.ebuild    | 2 +-
 dev-python/pillow/pillow-9.0.1-r1.ebuild | 2 +-
 dev-python/pillow/pillow-9.0.1.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pillow/pillow-9.0.0-r1.ebuild b/dev-python/pillow/pillow-9.0.0-r1.ebuild
index 00a2a1e9dc76..0dd406cd6c5f 100644
--- a/dev-python/pillow/pillow-9.0.0-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.0-r1.ebuild
@@ -73,7 +73,7 @@ python_configure_all() {
 	# setup.py won't let us add the right toolchain paths but it does
 	# accept additional ones from INCLUDE and LIB so set these. You
 	# wouldn't normally need these at all as the toolchain should look
-	# here anyway but this setup.py does stupid things.
+	# here anyway but it doesn't for this setup.py.
 	export \
 		INCLUDE="${ESYSROOT}"/usr/include \
 		LIB="${ESYSROOT}"/usr/$(get_libdir)

diff --git a/dev-python/pillow/pillow-9.0.0.ebuild b/dev-python/pillow/pillow-9.0.0.ebuild
index a78b36d91f95..c1fb9e79bab2 100644
--- a/dev-python/pillow/pillow-9.0.0.ebuild
+++ b/dev-python/pillow/pillow-9.0.0.ebuild
@@ -68,7 +68,7 @@ python_configure_all() {
 	# setup.py won't let us add the right toolchain paths but it does
 	# accept additional ones from INCLUDE and LIB so set these. You
 	# wouldn't normally need these at all as the toolchain should look
-	# here anyway but this setup.py does stupid things.
+	# here anyway but it doesn't for this setup.py.
 	export \
 		INCLUDE="${ESYSROOT}"/usr/include \
 		LIB="${ESYSROOT}"/usr/$(get_libdir)

diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild
index ac74bff203e5..3571e8dc8a2a 100644
--- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
@@ -82,7 +82,7 @@ python_configure_all() {
 	# setup.py won't let us add the right toolchain paths but it does
 	# accept additional ones from INCLUDE and LIB so set these. You
 	# wouldn't normally need these at all as the toolchain should look
-	# here anyway but this setup.py does stupid things.
+	# here anyway but it doesn't for this setup.py.
 	export \
 		INCLUDE="${ESYSROOT}"/usr/include \
 		LIB="${ESYSROOT}"/usr/$(get_libdir)

diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild
index 410bcbc1fd35..c85c69ea8abf 100644
--- a/dev-python/pillow/pillow-9.0.1.ebuild
+++ b/dev-python/pillow/pillow-9.0.1.ebuild
@@ -77,7 +77,7 @@ python_configure_all() {
 	# setup.py won't let us add the right toolchain paths but it does
 	# accept additional ones from INCLUDE and LIB so set these. You
 	# wouldn't normally need these at all as the toolchain should look
-	# here anyway but this setup.py does stupid things.
+	# here anyway but it doesn't for this setup.py.
 	export \
 		INCLUDE="${ESYSROOT}"/usr/include \
 		LIB="${ESYSROOT}"/usr/$(get_libdir)