diff options
author | 2007-08-08 14:57:19 +0000 | |
---|---|---|
committer | 2007-08-08 14:57:19 +0000 | |
commit | 29ad9307a49a5e159dfd76a67b2de31c30f956c4 (patch) | |
tree | 12f05e6ce17bf1f8ed5c98ffe6b226bcdb54ef17 /app-text/mecab | |
parent | alpha/ia64 stable wrt #176297 (diff) | |
download | gentoo-2-29ad9307a49a5e159dfd76a67b2de31c30f956c4.tar.gz gentoo-2-29ad9307a49a5e159dfd76a67b2de31c30f956c4.tar.bz2 gentoo-2-29ad9307a49a5e159dfd76a67b2de31c30f956c4.zip |
Stable on sparc
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-text/mecab')
-rw-r--r-- | app-text/mecab/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/mecab/mecab-0.95.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/mecab/ChangeLog b/app-text/mecab/ChangeLog index 8eab924fb6a6..8080d05d60c5 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.39 2007/07/13 17:33:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.40 2007/08/08 14:57:19 gustavoz Exp $ + + 08 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> mecab-0.95.ebuild: + Stable on sparc 13 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> +mecab-0.80.ebuild: restore ebuild still in use diff --git a/app-text/mecab/mecab-0.95.ebuild b/app-text/mecab/mecab-0.95.ebuild index 721561620013..a5321e2e9950 100644 --- a/app-text/mecab/mecab-0.95.ebuild +++ b/app-text/mecab/mecab-0.95.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.95.ebuild,v 1.2 2007/04/20 16:04:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.95.ebuild,v 1.3 2007/08/08 14:57:19 gustavoz 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" RESTRICT="test" |