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-typing-booster/
Date: Sun, 10 May 2020 09:18:35
Message-Id: 1589102303.af6f9f10575a3f376111351191b8e6ec439570b3.hattya@gentoo
1 commit: af6f9f10575a3f376111351191b8e6ec439570b3
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 09:14:31 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 09:18:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6f9f10
7
8 app-i18n/ibus-typing-booster: 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-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild | 2 +-
14 app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
18 index 99d431fc2d5..2c9d4d48b4d 100644
19 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
20 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.7.0-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 -PYTHON_COMPAT=( python{3_6,3_7} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 PYTHON_REQ_USE="sqlite(+)"
28
29 inherit python-single-r1
30
31 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
32 index 0091f717eec..2c9d4d48b4d 100644
33 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
34 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI="7"
39 -PYTHON_COMPAT=( python3_{6,7} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41 PYTHON_REQ_USE="sqlite(+)"
42
43 inherit python-single-r1