Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/
Date: Sat, 29 Jan 2022 15:20:20
Message-Id: 1643469525.0be644e7108b894dec965287110fed4d7c598919.dlan@gentoo
1 commit: 0be644e7108b894dec965287110fed4d7c598919
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 20 01:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:18:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be644e7
7
8 app-i18n/mozc: Add support for Python 3.10
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 app-i18n/mozc/mozc-2.23.2815.102.ebuild | 2 +-
14 app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/mozc/mozc-2.23.2815.102.ebuild b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
18 index 88ce0b3c1c22..07c327fea709 100644
19 --- a/app-i18n/mozc/mozc-2.23.2815.102.ebuild
20 +++ b/app-i18n/mozc/mozc-2.23.2815.102.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs
29
30
31 diff --git a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
32 index 305c552cc6f5..8e6ad82d5b17 100644
33 --- a/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
34 +++ b/app-i18n/mozc/mozc-2.26.4220_p20201212102434_p20201219202429.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI="7"
39 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
40 +PYTHON_COMPAT=( python3_{8..10} )
41
42 inherit elisp-common multiprocessing python-any-r1 toolchain-funcs