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-table/
Date: Wed, 19 Aug 2020 14:40:40
Message-Id: 1597847996.ab72a6234e08663f7d6321026164e2d29b6318fe.hattya@gentoo
1 commit: ab72a6234e08663f7d6321026164e2d29b6318fe
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:23:58 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:39:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab72a623
7
8 app-i18n/ibus-table: update PYTHON_COMPAT
9
10 Closes: https://bugs.gentoo.org/737352
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild | 2 +-
15 app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
19 index dcd828dcbbe..c021640c7f3 100644
20 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
21 +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28 PYTHON_REQ_USE="sqlite(+)"
29
30 inherit python-single-r1
31
32 diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
33 index 9db9ac7acf0..b34d29b8cfc 100644
34 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
35 +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r1.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI="6"
40 -PYTHON_COMPAT=( python3_6 )
41 +PYTHON_COMPAT=( python3_{6,7,8} )
42 PYTHON_REQ_USE="sqlite(+)"
43
44 inherit python-single-r1