From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1638644-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 A45B815817D
	for <garchives@archives.gentoo.org>; Mon,  3 Jun 2024 18:09:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 772FFE2A03;
	Mon,  3 Jun 2024 18:09:42 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 5BC08E2A03
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Jun 2024 18:09:42 +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 9435F340C8A
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Jun 2024 18:09:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 36EA31C5D
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Jun 2024 18:09:40 +0000 (UTC)
From: "Florian Schmaus" <flow@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, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1717438093.d230cc1f2582d8c7bc84eaea1812148e836eda54.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-tex/rubber/rubber-1.6.6.ebuild dev-tex/rubber/rubber-9999.ebuild
X-VCS-Directories: dev-tex/rubber/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: d230cc1f2582d8c7bc84eaea1812148e836eda54
X-VCS-Branch: master
Date: Mon,  3 Jun 2024 18:09:40 +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: 0bce79bb-f87a-4dce-af9c-dbe437acf00f
X-Archives-Hash: b4326c54425702595a7ec5d6ae8952c0

commit:     d230cc1f2582d8c7bc84eaea1812148e836eda54
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 17:55:01 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 18:08:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d230cc1f

dev-tex/rubber: enable py3.12

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-tex/rubber/rubber-1.6.6.ebuild | 2 +-
 dev-tex/rubber/rubber-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/rubber/rubber-1.6.6.ebuild b/dev-tex/rubber/rubber-1.6.6.ebuild
index 0d6cb11369e9..ebb5edb8758b 100644
--- a/dev-tex/rubber/rubber-1.6.6.ebuild
+++ b/dev-tex/rubber/rubber-1.6.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=hatchling
 
 inherit distutils-r1

diff --git a/dev-tex/rubber/rubber-9999.ebuild b/dev-tex/rubber/rubber-9999.ebuild
index cc981e17fe39..c560ad27e5d3 100644
--- a/dev-tex/rubber/rubber-9999.ebuild
+++ b/dev-tex/rubber/rubber-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=hatchling
 
 inherit distutils-r1