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 5D440158041 for ; Sat, 13 Apr 2024 15:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A56AEE2A08; Sat, 13 Apr 2024 15:31:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8F6D2E2A08 for ; Sat, 13 Apr 2024 15:31:49 +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 C63BD3433A4 for ; Sat, 13 Apr 2024 15:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6756216D4 for ; Sat, 13 Apr 2024 15:31:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1713022300.4cceadf3cbc438a24a99858fe9941cf471f98fcc.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gertty/gertty-1.6.0-r2.ebuild dev-util/gertty/gertty-9999.ebuild X-VCS-Directories: dev-util/gertty/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4cceadf3cbc438a24a99858fe9941cf471f98fcc X-VCS-Branch: master Date: Sat, 13 Apr 2024 15:31:47 +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: 703e680a-b365-4db8-8bfe-4f07e8b255d6 X-Archives-Hash: 4610fcc2301b8156e2781c5df3dbfce3 commit: 4cceadf3cbc438a24a99858fe9941cf471f98fcc Author: Matthew Thode gentoo org> AuthorDate: Sat Apr 13 15:31:22 2024 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sat Apr 13 15:31:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cceadf3 dev-util/gertty: enable py3.12 Closes: https://bugs.gentoo.org/929538 Signed-off-by: Matthew Thode gentoo.org> dev-util/gertty/gertty-1.6.0-r2.ebuild | 2 +- dev-util/gertty/gertty-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gertty/gertty-1.6.0-r2.ebuild b/dev-util/gertty/gertty-1.6.0-r2.ebuild index bb526e970682..de0a8ec025a5 100644 --- a/dev-util/gertty/gertty-1.6.0-r2.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 6e5ddeafe6e3..0fb789cd3c51 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1