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: Mon, 29 Nov 2021 13:31:51
Message-Id: 1638192701.802fc910a7aa0a327b95a14bd078983c42e86ff4.hattya@gentoo
1 commit: 802fc910a7aa0a327b95a14bd078983c42e86ff4
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 13:30:27 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 13:31:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802fc910
7
8 app-i18n/ibus-anthy: 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-anthy/ibus-anthy-1.5.13.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
17 index b74c9f0cf162..308e6241c021 100644
18 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.13.ebuild
19 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.13.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
29 inherit autotools gnome2-utils python-single-r1 xdg
30 @@ -13,7 +12,7 @@ SRC_URI="https://github.com/ibus/${PN}/archive/${PV}/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~x86"
35 +KEYWORDS="amd64 ~ppc x86"
36 IUSE="nls"
37 REQUIRED_USE="${PYTHON_REQUIRED_USE}"