From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1658244-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 2428D159C9B
	for <garchives@archives.gentoo.org>; Fri,  2 Aug 2024 13:13:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5705D2BC01D;
	Fri,  2 Aug 2024 13:13:15 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 F2EB8E2AB7
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Aug 2024 13:13:14 +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 2BB68342DEF
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Aug 2024 13:13:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 18DF11E9D
	for <gentoo-commits@lists.gentoo.org>; Fri,  2 Aug 2024 13:13:11 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1722595284.6ed00e30cde55d05b6f165abe588976da4ceae3e.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-util/legendary/legendary-0.20.33-r1.ebuild games-util/legendary/legendary-0.20.33.ebuild games-util/legendary/legendary-0.20.34-r1.ebuild games-util/legendary/legendary-0.20.34.ebuild
X-VCS-Directories: games-util/legendary/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 6ed00e30cde55d05b6f165abe588976da4ceae3e
X-VCS-Branch: master
Date: Fri,  2 Aug 2024 13:13:11 +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: 75b87540-702d-4625-9d17-1d1708822c89
X-Archives-Hash: 14223277e2299241b6050c42adfd695d

commit:     6ed00e30cde55d05b6f165abe588976da4ceae3e
Author:     Jens Mühlenhoff <j.muehlenhoff <AT> gmx <DOT> de>
AuthorDate: Fri Aug  2 10:39:57 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug  2 10:41:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ed00e30

games-util/legendary: enable py3.12 and py3.13, disable py3.10

Signed-off-by: Jens Mühlenhoff <j.muehlenhoff <AT> gmx.de>

 .../legendary/{legendary-0.20.33.ebuild => legendary-0.20.33-r1.ebuild} | 2 +-
 .../legendary/{legendary-0.20.34.ebuild => legendary-0.20.34-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/legendary/legendary-0.20.33.ebuild b/games-util/legendary/legendary-0.20.33-r1.ebuild
similarity index 95%
rename from games-util/legendary/legendary-0.20.33.ebuild
rename to games-util/legendary/legendary-0.20.33-r1.ebuild
index f9ba96a48..38334dec4 100644
--- a/games-util/legendary/legendary-0.20.33.ebuild
+++ b/games-util/legendary/legendary-0.20.33-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1
 

diff --git a/games-util/legendary/legendary-0.20.34.ebuild b/games-util/legendary/legendary-0.20.34-r1.ebuild
similarity index 95%
rename from games-util/legendary/legendary-0.20.34.ebuild
rename to games-util/legendary/legendary-0.20.34-r1.ebuild
index 27da08a53..6f5fd30f1 100644
--- a/games-util/legendary/legendary-0.20.34.ebuild
+++ b/games-util/legendary/legendary-0.20.34-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1