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-text/mecab/
Date: Sat, 27 Oct 2018 19:14:42
Message-Id: 1540667581.320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9.zlogene@gentoo
1 commit: 320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 19:13:01 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 19:13:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320c1cb5
7
8 app-text/mecab: arm stable wrt bug #658822
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-text/mecab/mecab-0.996-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/mecab/mecab-0.996-r1.ebuild b/app-text/mecab/mecab-0.996-r1.ebuild
17 index 240f68aa5a5..7e38af358bf 100644
18 --- a/app-text/mecab/mecab-0.996-r1.ebuild
19 +++ b/app-text/mecab/mecab-0.996-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://taku910.github.io/mecab/"
27 SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz"
28
29 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
30 -KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
31 +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
32 SLOT="0"
33 IUSE="static-libs unicode"