diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 14:46:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-03 14:46:15 +0000 |
commit | f0691ecdbb85d87fe8ba5e5e4c30199b97158ba0 (patch) | |
tree | 0e7b13be5470dc034521ec178c058eed489ee9ce /app-text/mecab | |
parent | Stable for amd64, wrt bug #396809 (diff) | |
download | gentoo-2-f0691ecdbb85d87fe8ba5e5e4c30199b97158ba0.tar.gz gentoo-2-f0691ecdbb85d87fe8ba5e5e4c30199b97158ba0.tar.bz2 gentoo-2-f0691ecdbb85d87fe8ba5e5e4c30199b97158ba0.zip |
Stable for amd64, wrt bug #396841
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.98.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index f819bb42fcee..2d61eaf57ac1 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mecab # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.63 2012/01/21 02:57:45 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.64 2012/02/03 14:46:15 ago Exp $ + + 03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> mecab-0.98.ebuild: + Stable for amd64, wrt bug #396841 *mecab-0.991 (21 Jan 2012) diff --git a/app-text/mecab/mecab-0.98.ebuild b/app-text/mecab/mecab-0.98.ebuild index e05c3e1ee184..ac29bf64e4cf 100644 --- a/app-text/mecab/mecab-0.98.ebuild +++ b/app-text/mecab/mecab-0.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.98.ebuild,v 1.3 2010/05/02 11:01:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.98.ebuild,v 1.4 2012/02/03 14:46:15 ago Exp $ EAPI="2" inherit autotools eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://mecab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="unicode" |