summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2022-01-20 01:00:00 +0000
committerYixun Lan <dlan@gentoo.org>2022-01-29 23:18:45 +0800
commit0be644e7108b894dec965287110fed4d7c598919 (patch)
treeeecfda7fee52aac0e1b98447d7721d67530be7be
parentdev-util/gyp: Add support for Python 3.10. (diff)
downloadgentoo-0be644e7108b894dec965287110fed4d7c598919.tar.gz
gentoo-0be644e7108b894dec965287110fed4d7c598919.tar.bz2
gentoo-0be644e7108b894dec965287110fed4d7c598919.zip
app-i18n/mozc: Add support for Python 3.10
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--app-i18n/mozc/mozc-2.23.2815.102.ebuild2
-rw-r--r--app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
index 88ce0b3c1c22..07c327fea709 100644
--- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild
+++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..10} )
inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
index 305c552cc6f5..8e6ad82d5b17 100644
--- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
+++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-PYTHON_COMPAT=(python{3_7,3_8,3_9})
+PYTHON_COMPAT=( python3_{8..10} )
inherit elisp-common multiprocessing python-any-r1 toolchain-funcs