diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:07:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:52:52 +0000 |
commit | 21e0ef36e6fc2d948ea793dec6e52f36c94b2bb8 (patch) | |
tree | 0b6fee954d3a5a639509072892d250a1695cfea2 /app-text | |
parent | app-text/manpager: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-21e0ef36e6fc2d948ea793dec6e52f36c94b2bb8.tar.gz gentoo-21e0ef36e6fc2d948ea793dec6e52f36c94b2bb8.tar.bz2 gentoo-21e0ef36e6fc2d948ea793dec6e52f36c94b2bb8.zip |
app-text/mecab: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
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 31bcbdce7259..c12722e282a3 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-2019 Gentoo Authors +# Copyright 1999-2021 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 arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" SLOT="0" IUSE="static-libs unicode" |