From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1689969-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DC7DC158042
	for <garchives@archives.gentoo.org>; Thu, 14 Nov 2024 23:41:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 12A6AE09A4;
	Thu, 14 Nov 2024 23:41:03 +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 F3C67E09A4
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2024 23:41:02 +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 DBBFA343018
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2024 23:41:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FA21F45
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Nov 2024 23:40:59 +0000 (UTC)
From: "Maciej Barć" <xgqt@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, "Maciej Barć" <xgqt@gentoo.org>
Message-ID: <1731627655.b79bdd7eaa92bfea1309201c2542e801f4b416ee.xgqt@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild
X-VCS-Directories: games-emulation/ppsspp/
X-VCS-Committer: xgqt
X-VCS-Committer-Name: Maciej Barć
X-VCS-Revision: b79bdd7eaa92bfea1309201c2542e801f4b416ee
X-VCS-Branch: master
Date: Thu, 14 Nov 2024 23:40:59 +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: c75ded68-aa44-4ee4-8bda-d8b43a266ee4
X-Archives-Hash: ebabf7e6b037490ba128be89500bb790

commit:     b79bdd7eaa92bfea1309201c2542e801f4b416ee
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 23:36:39 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 23:40:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79bdd7e

games-emulation/ppsspp: bump python compat to 3.13

revision was already bumped in previous commit

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild
index db0899e1c0ed..a9af4658d286 100644
--- a/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.17.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit flag-o-matic python-any-r1 xdg cmake