Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/
Date: Tue, 01 Jun 2021 11:44:12
Message-Id: 1622547453.ee024122dee9d141f298bb6fccce82bca9118f31.sam@gentoo
1 commit: ee024122dee9d141f298bb6fccce82bca9118f31
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:37:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:37:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee024122
7
8 app-i18n/ibus-hangul: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild | 4 ++--
13 app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
17 index 0ad0f8b2a9d..6ab0b33d94e 100644
18 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
19 +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 -PYTHON_COMPAT=( python3_{7,8} )
27
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 inherit gnome2-utils python-single-r1 xdg
30
31 DESCRIPTION="Korean Hangul engine for IBus"
32
33 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild
34 index 411a838bb8a..05f3c852f1b 100644
35 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild
36 +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.4.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="7"
43 -PYTHON_COMPAT=( python3_{7,8} )
44
45 +PYTHON_COMPAT=( python3_{7,8,9} )
46 inherit gnome2-utils python-single-r1 xdg
47
48 DESCRIPTION="Korean Hangul engine for IBus"