summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-12-07 05:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-12-07 13:14:28 -0500
commit89c3d88f9d249494854e30b70f540dbd00102f42 (patch)
tree3bd272529e1aa4504d5db6674c774ee17dca0179 /app-i18n
parentapp-i18n/ibus-libpinyin: Use slotted Lua. (diff)
downloadgentoo-89c3d88f9d249494854e30b70f540dbd00102f42.tar.gz
gentoo-89c3d88f9d249494854e30b70f540dbd00102f42.tar.bz2
gentoo-89c3d88f9d249494854e30b70f540dbd00102f42.zip
app-i18n/ibus-pinyin: 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')
-rw-r--r--app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
index f4820be6d760..c52c0098b4cd 100644
--- a/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
+++ b/app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2008-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_{6,7,8})
+PYTHON_COMPAT=(python3_{6,7,8,9})
inherit autotools python-single-r1