commit: e52812814ad6763d4e2c816d71f63b0df811fbb7 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Wed May 28 17:14:56 2025 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Thu May 29 17:10:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5281281
app-i18n/mozc: enable py3.13, py3.14 See: https://github.com/gentoo/gentoo/pull/38301 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 4 ++-- app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild | 2 +- app-i18n/mozc/mozc-2.28.5029.102.ebuild | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild index c27f47fad0de..26326455f378 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2010-2024 Gentoo Authors +# Copyright 2010-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..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild index ff96f4531757..5140af58bfb1 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r4.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild index 882a3b59b05c..160827d6b94a 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r5.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg diff --git a/app-i18n/mozc/mozc-2.28.5029.102.ebuild b/app-i18n/mozc/mozc-2.28.5029.102.ebuild index 29c8eaac94f4..29dc75b308c8 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102.ebuild @@ -1,9 +1,9 @@ -# Copyright 2010-2024 Gentoo Authors +# Copyright 2010-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..14} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg
