diff options
author | Akinori Hattori <hattya@gentoo.org> | 2023-02-26 22:30:10 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2023-02-26 22:30:10 +0900 |
commit | c6b2c8ea7b4a6270efbd7b128e92bd953a15958f (patch) | |
tree | 8d2b2930736ff927c91df17850c4273b129c2fc0 /app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild | |
parent | app-i18n/ibus-typing-booster: new upstream release (diff) | |
download | gentoo-c6b2c8ea7b4a6270efbd7b128e92bd953a15958f.tar.gz gentoo-c6b2c8ea7b4a6270efbd7b128e92bd953a15958f.tar.bz2 gentoo-c6b2c8ea7b4a6270efbd7b128e92bd953a15958f.zip |
app-i18n/ibus-typing-booster: update PYTHON_COMPAT
Closes: https://bugs.gentoo.org/896556
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild')
-rw-r--r-- | app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild index 93214960c8aa..172808cc0650 100644 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.20.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite(+)" inherit gnome2-utils python-single-r1 xdg |