From 41738b7d35c859f048682a781548424a9322dcda Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 1 Jun 2021 11:36:50 +0000 Subject: app-i18n/ibus-anthy: add Python 3.9 Closes: https://bugs.gentoo.org/793257 Signed-off-by: Sam James --- app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 4 ++-- app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-i18n/ibus-anthy') 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" -- cgit v1.2.3-65-gdbad