diff options
author | Sam James <sam@gentoo.org> | 2021-06-01 11:36:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-01 11:36:50 +0000 |
commit | 41738b7d35c859f048682a781548424a9322dcda (patch) | |
tree | 6bf8aa38a7b9a7b7f5facaa4d227fdc92b31f4c1 /app-i18n | |
parent | app-vim/pydiction: add Python 3.9 (diff) | |
download | gentoo-41738b7d35c859f048682a781548424a9322dcda.tar.gz gentoo-41738b7d35c859f048682a781548424a9322dcda.tar.bz2 gentoo-41738b7d35c859f048682a781548424a9322dcda.zip |
app-i18n/ibus-anthy: add Python 3.9
Closes: https://bugs.gentoo.org/793257
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild index ed0dd4d72bfd..6575faf79d88 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-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 gnome2-utils python-single-r1 xdg DESCRIPTION="Japanese Anthy engine for IBus" diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild index 9fbc7171c35e..cf0c19241799 100644 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.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 gnome2-utils python-single-r1 xdg DESCRIPTION="Japanese Anthy engine for IBus" |