diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 08:11:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 08:26:11 +0200 |
commit | 4196ef5f55606d68978f5374c5d36cd773356fdc (patch) | |
tree | c3742e54e163e5746b98e1e6ebcf8c532d0f6f6c /app-i18n/ibus-hangul | |
parent | app-i18n/ibus-table: enable py3.10 (diff) | |
download | gentoo-4196ef5f55606d68978f5374c5d36cd773356fdc.tar.gz gentoo-4196ef5f55606d68978f5374c5d36cd773356fdc.tar.bz2 gentoo-4196ef5f55606d68978f5374c5d36cd773356fdc.zip |
app-i18n/ibus-hangul: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild index a2c9a9f929a9..57c4f12e5c62 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2-utils python-single-r1 xdg virtualx |