diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-22 20:40:02 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-22 20:40:02 -0400 |
commit | 0e5faf585429eb75abc6e360c3982c52f7db2f21 (patch) | |
tree | 58ade0dbdca488669a283db851c7bd75c83b2f8f /games-emulation | |
parent | games-emulation/pcsx2_patches: add 0_p20240522 (diff) | |
download | gentoo-0e5faf585429eb75abc6e360c3982c52f7db2f21.tar.gz gentoo-0e5faf585429eb75abc6e360c3982c52f7db2f21.tar.bz2 gentoo-0e5faf585429eb75abc6e360c3982c52f7db2f21.zip |
games-emulation/pcsx2_patches: enable py3.13
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-0_p20240522.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240522.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240522.ebuild index 9a0dbe5c734c..578fde2db2eb 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240522.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20240522.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 if [[ ${PV} == 9999 ]]; then diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild index e4f775a8776c..5db2b6b2fda3 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 if [[ ${PV} == 9999 ]]; then |