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, 28 Nov 2021 13:21:57
Message-Id: 1638105707.03bcee2b7d19b29d575719f2c249e5a00f28c16c.hattya@gentoo
1 commit: 03bcee2b7d19b29d575719f2c249e5a00f28c16c
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 13:20:24 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 13:21:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bcee2b
7
8 app-i18n/ibus-typing-booster: amd64/x86 stable
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild
17 index a57f70b73a9b..dcace1669979 100644
18 --- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild
19 +++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.14.13-r1.ebuild
20 @@ -1,8 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 -
26 +EAPI="7"
27 PYTHON_COMPAT=( python3_{8..10} )
28 PYTHON_REQ_USE="sqlite(+)"
29
30 @@ -14,7 +13,7 @@ SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.g
31
32 LICENSE="GPL-3+"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 +KEYWORDS="amd64 x86"
36 IUSE=""
37 RESTRICT="test"
38 REQUIRED_USE="${PYTHON_REQUIRED_USE}"