commit: e5a39fb11204cd02c6a8d3f2502ad1b7a0833830
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 5 02:23:07 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan 5 02:50:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a39fb1
games-emulation/pcsx2_patches: enable py3.14 in live
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild
b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild
index 750814b2aa1f..cf4848cdcd40 100644
--- a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild
+++ b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
# note: not "required" but should typically be bumped at same
# time as pcsx2 to match the patches.zip shipped with it
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit python-any-r1
if [[ ${PV} == 9999 ]]; then