commit:     26bb3a460e59baa1850b6c3e3a4b52d7847e2f76
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 16 09:04:36 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 10:56:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bb3a46

games-emulation/snes9x: enable py3.13

Closes: https://bugs.gentoo.org/952484
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/snes9x/snes9x-1.62.3.ebuild | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/games-emulation/snes9x/snes9x-1.62.3.ebuild 
b/games-emulation/snes9x/snes9x-1.62.3.ebuild
index 6f28481e8585..848696582584 100644
--- a/games-emulation/snes9x/snes9x-1.62.3.ebuild
+++ b/games-emulation/snes9x/snes9x-1.62.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 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 autotools cmake flag-o-matic python-any-r1 toolchain-funcs xdg
 
 # TODO: try unbundling, albeit compatibility with (and between) these
@@ -57,13 +57,16 @@ RDEPEND="
        )
        libretro? ( !games-emulation/libretro-snes9x )
        xinerama? ( x11-libs/libXinerama )
-       xv? ( x11-libs/libXv )"
+       xv? ( x11-libs/libXv )
+"
 DEPEND="
        ${RDEPEND}
-       x11-base/xorg-proto"
+       x11-base/xorg-proto
+"
 BDEPEND="
        virtual/pkgconfig
-       gui? ( ${PYTHON_DEPS} )"
+       gui? ( ${PYTHON_DEPS} )
+"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.62.1-flags.patch

Reply via email to