From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1549903-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 4F0CB15800A
	for <garchives@archives.gentoo.org>; Sun, 27 Aug 2023 00:09:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9111C2BC083;
	Sun, 27 Aug 2023 00:09:15 +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 743D02BC083
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Aug 2023 00:09:15 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 75E25340DA5
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Aug 2023 00:09:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 131921075
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Aug 2023 00:09:13 +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: <1693094910.9a9621d863c8829b54cdd76124c94f83ddd006c5.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/gentoolkit/gentoolkit-9999.ebuild
X-VCS-Directories: app-portage/gentoolkit/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 9a9621d863c8829b54cdd76124c94f83ddd006c5
X-VCS-Branch: master
Date: Sun, 27 Aug 2023 00:09:13 +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: 70b2dc19-936e-46f7-be56-bf1d8d9a33bd
X-Archives-Hash: 242afd55c90ffae6a9ac1d350640c57b

commit:     9a9621d863c8829b54cdd76124c94f83ddd006c5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 00:08:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 00:08:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9621d8

app-portage/gentoolkit: update comment wrt portage version

Bug: https://bugs.gentoo.org/900224
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/gentoolkit/gentoolkit-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index f2a2e460b5f9..bceaba71f64b 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
 LICENSE="GPL-2"
 SLOT="0"
 
-# Need newer Portage for XML fix, bug #857537
+# Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
 	>=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
 "