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-anthy/
Date: Tue, 01 Jun 2021 11:44:12
Message-Id: 1622547410.41738b7d35c859f048682a781548424a9322dcda.sam@gentoo
1 commit: 41738b7d35c859f048682a781548424a9322dcda
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:36:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:36:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41738b7d
7
8 app-i18n/ibus-anthy: add Python 3.9
9
10 Closes: https://bugs.gentoo.org/793257
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 4 ++--
14 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
18 index ed0dd4d72bf..6575faf79d8 100644
19 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
20 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="7"
27 -PYTHON_COMPAT=( python3_{7,8} )
28
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30 inherit gnome2-utils python-single-r1 xdg
31
32 DESCRIPTION="Japanese Anthy engine for IBus"
33
34 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
35 index 9fbc7171c35..cf0c1924179 100644
36 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
37 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="7"
44 -PYTHON_COMPAT=( python3_{7,8} )
45
46 +PYTHON_COMPAT=( python3_{7,8,9} )
47 inherit gnome2-utils python-single-r1 xdg
48
49 DESCRIPTION="Japanese Anthy engine for IBus"