Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-anthy/
Date: Tue, 12 May 2020 14:24:32
Message-Id: 1589293216.de12dac8a02d9014257839a83886da4f569debf9.hattya@gentoo
1 commit: de12dac8a02d9014257839a83886da4f569debf9
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 12 14:20:16 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 14:20:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de12dac8
7
8 app-i18n/ibus-anthy: update PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild | 2 +-
14 app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild | 2 +-
15 app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
19 index 918d14a6661..bfac831d0a2 100644
20 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
21 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit gnome2-utils python-single-r1
30
31
32 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
33 index 69b11608af8..7a819ffc87d 100644
34 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
35 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI="7"
40 -PYTHON_COMPAT=( python3_7 )
41 +PYTHON_COMPAT=( python3_{6,7,8} )
42
43 inherit gnome2-utils python-single-r1
44
45
46 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
47 index 6a99e0b6b4b..a6d54f15b8c 100644
48 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
49 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9-r1.ebuild
50 @@ -2,7 +2,7 @@
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI="7"
54 -PYTHON_COMPAT=( python3_6 )
55 +PYTHON_COMPAT=( python3_{6,7,8} )
56
57 inherit gnome2-utils python-single-r1