diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-12-07 05:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-07 13:14:28 -0500 |
commit | 89c3d88f9d249494854e30b70f540dbd00102f42 (patch) | |
tree | 3bd272529e1aa4504d5db6674c774ee17dca0179 /app-i18n | |
parent | app-i18n/ibus-libpinyin: Use slotted Lua. (diff) | |
download | gentoo-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.ebuild | 4 |
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 |