commit: 43bc23bb6d31fd3ee042665c90ab58c333dfb874 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 23 21:52:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 23 21:52:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bc23bb
app-i18n/ibus-anthy: enable py3.13 Closes: https://bugs.gentoo.org/955441 Signed-off-by: Sam James <sam <AT> gentoo.org> app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild | 4 ++-- app-i18n/ibus-anthy/ibus-anthy-1.5.17.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild index a16085e5cfdc..7ac244ab89c4 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.16.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.16.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_{9..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools gnome2-utils python-single-r1 xdg DESCRIPTION="Japanese Anthy engine for IBus" diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.17.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.17.ebuild index 25be16181876..7ac244ab89c4 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.17.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.17.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools gnome2-utils python-single-r1 xdg DESCRIPTION="Japanese Anthy engine for IBus"
