Skip to content

Commit

Permalink
app-i18n/ibus-hangul: enable py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Oct 31, 2021
1 parent d1a701c commit 4196ef5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4196ef5

Please sign in to comment.