diff options
author | 2018-10-27 22:13:01 +0300 | |
---|---|---|
committer | 2018-10-27 22:13:01 +0300 | |
commit | 320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9 (patch) | |
tree | 89869a02f8f47664754f8178ad72e5cfa1b6e735 /app-text | |
parent | app-emacs/auctex: mark stable wrt bug #669732 (diff) | |
download | gentoo-320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9.tar.gz gentoo-320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9.tar.bz2 gentoo-320c1cb542072ab1a4488d3c6cc1c33a97d9f3b9.zip |
app-text/mecab: arm stable wrt bug #658822
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/mecab/mecab-0.996-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mecab/mecab-0.996-r1.ebuild b/app-text/mecab/mecab-0.996-r1.ebuild index 240f68aa5a54..7e38af358bf0 100644 --- a/app-text/mecab/mecab-0.996-r1.ebuild +++ b/app-text/mecab/mecab-0.996-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,7 +10,7 @@ HOMEPAGE="https://taku910.github.io/mecab/" SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" SLOT="0" IUSE="static-libs unicode" |