diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 20:03:30 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-05 20:19:21 +0300 |
commit | 9add71027951995477e2fb87586350457921f586 (patch) | |
tree | 7cd32f006821f9cc2500e658f0ae8a33cb347a89 /app-text | |
parent | dev-lang/mujs: Add ~s390 keyword (diff) | |
download | gentoo-9add71027951995477e2fb87586350457921f586.tar.gz gentoo-9add71027951995477e2fb87586350457921f586.tar.bz2 gentoo-9add71027951995477e2fb87586350457921f586.zip |
app-text/mecab: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, 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 7e38af358bf0..282eb9f459f8 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 Authors +# Copyright 1999-2019 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 s390 sparc x86 ~amd64-fbsd ~x86-fbsd" SLOT="0" IUSE="static-libs unicode" |