Skip to content

Commit

Permalink
app-i18n/ibus-hangul: add Python 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 1, 2021
1 parent 6587112 commit ee02412
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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="Korean Hangul engine for IBus"
Expand Down
4 changes: 2 additions & 2 deletions app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild
Original file line number Diff line number Diff line change
@@ -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="Korean Hangul engine for IBus"
Expand Down

0 comments on commit ee02412

Please sign in to comment.