diff options
author | Akinori Hattori <hattya@gentoo.org> | 2007-09-09 14:05:32 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2007-09-09 14:05:32 +0000 |
commit | 3e5437c5eb7864715513fac836d5b35ea042a4df (patch) | |
tree | db3376e65ab139e312bb0ebe8e0eee81c18fd44d /app-text | |
parent | Remove INSTALL and TODO from dodoc. (diff) | |
download | gentoo-2-3e5437c5eb7864715513fac836d5b35ea042a4df.tar.gz gentoo-2-3e5437c5eb7864715513fac836d5b35ea042a4df.tar.bz2 gentoo-2-3e5437c5eb7864715513fac836d5b35ea042a4df.zip |
stable on ia64.
(Portage version: 2.1.2.12)
Diffstat (limited to 'app-text')
-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 983c05777bbd..a5c83fe2d128 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.42 2007/09/09 10:22:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.43 2007/09/09 14:05:32 hattya Exp $ + + 09 Sep 2007; Akinori Hattori <hattya@gentoo.org> mecab-0.95.ebuild: + stable on ia64. 09 Sep 2007; Akinori Hattori <hattya@gentoo.org> mecab-0.95.ebuild: stable on x86. diff --git a/app-text/mecab/mecab-0.95.ebuild b/app-text/mecab/mecab-0.95.ebuild index 81e923521b05..133c78e040fc 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.4 2007/09/09 10:22:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.95.ebuild,v 1.5 2007/09/09 14:05: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" RESTRICT="test" |