diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-10-20 02:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-10-20 16:35:51 -0400 |
commit | 48a41b08e7953b60d17ab3a27425a8b55a2ee639 (patch) | |
tree | 946e7a0a77f13cdbbc4b97bb79ab186821cb8376 /app-i18n/mozc | |
parent | dev-util/gyp: Drop support for Python 3.6. Add support for Python 3.9. (diff) | |
download | gentoo-48a41b08e7953b60d17ab3a27425a8b55a2ee639.tar.gz gentoo-48a41b08e7953b60d17ab3a27425a8b55a2ee639.tar.bz2 gentoo-48a41b08e7953b60d17ab3a27425a8b55a2ee639.zip |
app-i18n/mozc: Drop support for Python 3.6. Add support for Python 3.9.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/mozc-2.23.2815.102.ebuild | 2 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-9999.ebuild | 2 |
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 828d6b1e8d6e..3964c794c422 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_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_7,3_8,3_9}) inherit elisp-common multiprocessing python-any-r1 toolchain-funcs diff --git a/app-i18n/mozc/mozc-9999.ebuild b/app-i18n/mozc/mozc-9999.ebuild index 615bd291481a..bfc9bcea950d 100644 --- a/app-i18n/mozc/mozc-9999.ebuild +++ b/app-i18n/mozc/mozc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_7,3_8,3_9}) inherit elisp-common multiprocessing python-any-r1 toolchain-funcs |