Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/
Date: Sat, 28 Apr 2018 07:21:31
Message-Id: 1524900078.75664742d2488bbba51b049cec560f3387b4f208.zlogene@gentoo
1 commit: 75664742d2488bbba51b049cec560f3387b4f208
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 07:21:18 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 07:21:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75664742
7
8 app-i18n/libchewing: add ~arm keyword (bug #628030)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-i18n/libchewing/libchewing-0.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild
16 index af3a7f15e63..1d3529dc744 100644
17 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild
18 +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -19,7 +19,7 @@ fi
26
27 LICENSE="LGPL-2.1"
28 SLOT="0/3"
29 -KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
30 +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
31 IUSE="static-libs test"
32
33 RDEPEND="dev-db/sqlite:3"