diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 11:37:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 11:37:14 +0000 |
commit | 6587112ce5bb3d89c5a1aacf4cc14f52cfd48d88 (patch) | |
tree | d0b50c228e10e51b64d7abbc06d532f3cd68f4d5 /app-i18n | |
parent | app-i18n/ibus-anthy: add Python 3.9 (diff) | |
download | gentoo-6587112ce5bb3d89c5a1aacf4cc14f52cfd48d88.tar.gz gentoo-6587112ce5bb3d89c5a1aacf4cc14f52cfd48d88.tar.bz2 gentoo-6587112ce5bb3d89c5a1aacf4cc14f52cfd48d88.zip |
app-i18n/ibus-cangjie: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild index f31b3b115c0c..b6fa5e00fca8 100644 --- a/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild +++ b/app-i18n/ibus-cangjie/ibus-cangjie-2.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools gnome2-utils python-r1 xdg DESCRIPTION="Chinese Cangjie and Quick engines for IBus" |