From 0be644e7108b894dec965287110fed4d7c598919 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 20 Jan 2022 01:00:00 +0000 Subject: app-i18n/mozc: Add support for Python 3.10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Yixun Lan --- app-i18n/mozc/mozc-2.23.2815.102.ebuild | 2 +- app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-i18n/mozc') 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 -- cgit v1.2.3-65-gdbad