diff options
author | Akinori Hattori <hattya@gentoo.org> | 2007-03-12 14:44:32 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2007-03-12 14:44:32 +0000 |
commit | f703f5c809e1f402090011238282378e1c2ae71f (patch) | |
tree | dd734aada3cdf901a783b2cfa1059e2707f9a0d9 /app-text/mecab | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f703f5c809e1f402090011238282378e1c2ae71f.tar.gz gentoo-2-f703f5c809e1f402090011238282378e1c2ae71f.tar.bz2 gentoo-2-f703f5c809e1f402090011238282378e1c2ae71f.zip |
stable on x86.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.93.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 183d704698aa..fee78b6ad9fd 100644 --- a/app-text/mecab/ChangeLog +++ b/app-text/mecab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/mecab # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.33 2007/03/12 14:43:09 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.34 2007/03/12 14:44:32 hattya Exp $ + + 12 Mar 2007; Akinori Hattori <hattya@gentoo.org> mecab-0.93.ebuild: + stable on x86. 12 Mar 2007; Akinori Hattori <hattya@gentoo.org> mecab-0.92.ebuild, mecab-0.93.ebuild: diff --git a/app-text/mecab/mecab-0.93.ebuild b/app-text/mecab/mecab-0.93.ebuild index 9ea5dd84f9a8..8b328d119d69 100644 --- a/app-text/mecab/mecab-0.93.ebuild +++ b/app-text/mecab/mecab-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.93.ebuild,v 1.2 2007/03/12 14:43:09 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.93.ebuild,v 1.3 2007/03/12 14:44:32 hattya Exp $ IUSE="unicode" @@ -9,7 +9,7 @@ HOMEPAGE="http://mecab.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" SLOT="0" DEPEND="dev-lang/perl" |