summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2013-08-03 07:14:09 +0000
committerAkinori Hattori <hattya@gentoo.org>2013-08-03 07:14:09 +0000
commit27fd6565615e3301abb3eec4c0a40a750f1cd266 (patch)
treee7e81c367dfc1a9e7efc167e066c09f681f32841 /app-text/mecab
parentMove builder 3.2.2 to the 3.2 slot as it should have been from the start. Fix... (diff)
downloadgentoo-2-27fd6565615e3301abb3eec4c0a40a750f1cd266.tar.gz
gentoo-2-27fd6565615e3301abb3eec4c0a40a750f1cd266.tar.bz2
gentoo-2-27fd6565615e3301abb3eec4c0a40a750f1cd266.zip
ia64 stable wrt bug #476154
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'app-text/mecab')
-rw-r--r--app-text/mecab/ChangeLog5
-rw-r--r--app-text/mecab/mecab-0.996.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog
index 16eb86bfe85d..3712bcf55c29 100644
--- a/app-text/mecab/ChangeLog
+++ b/app-text/mecab/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/mecab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.79 2013/07/27 22:33:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.80 2013/08/03 07:14:09 hattya Exp $
+
+ 03 Aug 2013; Akinori Hattori <hattya@gentoo.org> mecab-0.996.ebuild:
+ ia64 stable wrt bug #476154
27 Jul 2013; Alexis Ballier <aballier@gentoo.org> mecab-0.996.ebuild:
keywords ~amd64-fbsd. people should pay attention to dropped keywords
diff --git a/app-text/mecab/mecab-0.996.ebuild b/app-text/mecab/mecab-0.996.ebuild
index 68428ba24e19..c79c2bc834ff 100644
--- a/app-text/mecab/mecab-0.996.ebuild
+++ b/app-text/mecab/mecab-0.996.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.996.ebuild,v 1.7 2013/07/27 22:33:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.996.ebuild,v 1.8 2013/08/03 07:14:09 hattya Exp $
EAPI="5"
inherit autotools eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://mecab.sourceforge.net/"
SRC_URI="http://mecab.googlecode.com/files/${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"