diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-27 22:13:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-27 22:13:24 +0300 |
commit | 9bb58c8fd78cfc401f54b01a402d231032454ad0 (patch) | |
tree | 3c5341ef8f1a0a9fe816bce2a3dda69b1f152a33 /app-dicts/mecab-ipadic | |
parent | app-text/mecab: arm stable wrt bug #658822 (diff) | |
download | gentoo-9bb58c8fd78cfc401f54b01a402d231032454ad0.tar.gz gentoo-9bb58c8fd78cfc401f54b01a402d231032454ad0.tar.bz2 gentoo-9bb58c8fd78cfc401f54b01a402d231032454ad0.zip |
app-dicts/mecab-ipadic: 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-dicts/mecab-ipadic')
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild index b6e5428ed4cf..a9f43d926dfe 100644 --- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.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" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN%-*}/${MY_P}.tar.gz" LICENSE="ipadic" SLOT="0" -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" IUSE="unicode" DEPEND="app-text/mecab[unicode=]" |