diff options
author | Sam James <sam@gentoo.org> | 2024-06-30 13:11:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-30 13:12:17 +0100 |
commit | c3f9a0c688b203db24d86ebab8cdcb0fa91118b0 (patch) | |
tree | 8f101d4f2b0f5dae9dc32a3a418aabaf44ce989a /app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | |
parent | dev-build/gyp: enable py3.12 (diff) | |
download | gentoo-c3f9a0c688b203db24d86ebab8cdcb0fa91118b0.tar.gz gentoo-c3f9a0c688b203db24d86ebab8cdcb0fa91118b0.tar.bz2 gentoo-c3f9a0c688b203db24d86ebab8cdcb0fa91118b0.zip |
app-i18n/mozc: enable py3.12
Good enough according to the reports in bug #929378 from users.
Bug: https://bugs.gentoo.org/929378
Closes: https://bugs.gentoo.org/929323
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild')
-rw-r--r-- | app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 357167817970..c27f47fad0de 100644 --- a/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild +++ b/app-i18n/mozc/mozc-2.28.5029.102-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop edo elisp-common multiprocessing python-any-r1 savedconfig toolchain-funcs xdg |