diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-23 22:47:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-23 23:10:29 -0500 |
commit | cd996c3d3c3c6e1ffbeb70995a50f734f2974e6c (patch) | |
tree | 3519a39111938071ae069d33b668ab7e965b04b8 /app-i18n | |
parent | www-plugins/passff-host: Add Python 3.11 compatibility (diff) | |
download | gentoo-cd996c3d3c3c6e1ffbeb70995a50f734f2974e6c.tar.gz gentoo-cd996c3d3c3c6e1ffbeb70995a50f734f2974e6c.tar.bz2 gentoo-cd996c3d3c3c6e1ffbeb70995a50f734f2974e6c.zip |
app-i18n/ibus: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.27.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-i18n/ibus/ibus-1.5.27.ebuild b/app-i18n/ibus/ibus-1.5.27.ebuild index 6a87963783c9..70a479536640 100644 --- a/app-i18n/ibus/ibus-1.5.27.ebuild +++ b/app-i18n/ibus/ibus-1.5.27.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools bash-completion-r1 gnome2-utils python-r1 toolchain-funcs vala virtualx xdg-utils |