commit: d17a4993b91b3cf19e4eb095e537022532d3036e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 9 11:44:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 9 11:44:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17a4993
media-sound/a2jmidid: enable py3.13 Closes: https://bugs.gentoo.org/952539 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/a2jmidid/a2jmidid-12.ebuild | 4 ++-- media-sound/a2jmidid/a2jmidid-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/a2jmidid/a2jmidid-12.ebuild b/media-sound/a2jmidid/a2jmidid-12.ebuild index 5cda705a3362..c7397622097b 100644 --- a/media-sound/a2jmidid/a2jmidid-12.ebuild +++ b/media-sound/a2jmidid/a2jmidid-12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 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_{11..13} ) PYTHON_REQ_USE="threads(+)" inherit meson python-single-r1 diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild index f09df4ca9c5f..ee8d48559f73 100644 --- a/media-sound/a2jmidid/a2jmidid-9999.ebuild +++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 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_{11..13} ) PYTHON_REQ_USE="threads(+)" inherit meson python-single-r1 git-r3
