From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1550249-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 69C0615800A
	for <garchives@archives.gentoo.org>; Tue, 29 Aug 2023 00:39:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9DE332BC014;
	Tue, 29 Aug 2023 00:39:36 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 80D222BC014
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 00:39:36 +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 394DA340D01
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 00:39:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6962EB84
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2023 00:39:33 +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: <1693269560.c75ff47dde7dac5c7a48f498d08b814ea70cbb2c.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: c75ff47dde7dac5c7a48f498d08b814ea70cbb2c
X-VCS-Branch: master
Date: Tue, 29 Aug 2023 00:39:33 +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: 5261cda2-1184-483b-99fc-18c9b106b81b
X-Archives-Hash: e8c691449a4816d9e8560c39cffeba1c

commit:     c75ff47dde7dac5c7a48f498d08b814ea70cbb2c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 00:37:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 00:39:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75ff47d

app-portage/gentoolkit: enable py3.12

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 bceaba71f64b..3d3ffd4270cd 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -32,6 +31,7 @@ RDEPEND="
 	app-alternatives/awk
 	sys-apps/gentoo-functions
 "
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py