commit: c251aa5ef5639433e88898c66d4ea8603f12f5a5 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Fri Mar 28 16:09:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 17:23:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c251aa5e
media-sound/guitarix: enable py3.13 Closes: https://bugs.gentoo.org/952548 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/41346 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/guitarix/guitarix-0.46.0.ebuild | 4 ++-- media-sound/guitarix/guitarix-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/guitarix/guitarix-0.46.0.ebuild b/media-sound/guitarix/guitarix-0.46.0.ebuild index 7d5de843f0ad..6a1ef68e4f2e 100644 --- a/media-sound/guitarix/guitarix-0.46.0.ebuild +++ b/media-sound/guitarix/guitarix-0.46.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE='threads(+)' inherit multiprocessing python-any-r1 waf-utils xdg diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index 8903dc5a603d..10a7cb545ccd 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE='threads(+)' EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git"
