diff options
author | Tom Gall <tgall@gentoo.org> | 2007-10-03 06:19:55 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-10-03 06:19:55 +0000 |
commit | 4978ac3540881ce751fe33bae4ecc296fcfdc355 (patch) | |
tree | 6c5d9e3bed7757f8033ba923febea216216051d1 /app-dicts/mecab-ipadic | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-4978ac3540881ce751fe33bae4ecc296fcfdc355.tar.gz gentoo-2-4978ac3540881ce751fe33bae4ecc296fcfdc355.tar.bz2 gentoo-2-4978ac3540881ce751fe33bae4ecc296fcfdc355.zip |
stable on ppc64
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r-- | app-dicts/mecab-ipadic/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/mecab-ipadic/ChangeLog b/app-dicts/mecab-ipadic/ChangeLog index 1faec664f4ff..51c115e872de 100644 --- a/app-dicts/mecab-ipadic/ChangeLog +++ b/app-dicts/mecab-ipadic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/mecab-ipadic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.16 2007/09/09 14:06:06 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.17 2007/10/03 06:19:55 tgall Exp $ + + 03 Oct 2007; Tom Gall <tgall@gentoo.org> + mecab-ipadic-2.7.0.20070610.ebuild: + stable on ppc64 09 Sep 2007; Akinori Hattori <hattya@gentoo.org> mecab-ipadic-2.7.0.20070610.ebuild: diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild index 8763da07242e..cc8e33cbb42d 100644 --- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.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-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild,v 1.5 2007/09/09 14:06:06 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild,v 1.6 2007/10/03 06:19:55 tgall Exp $ IUSE="unicode" @@ -11,7 +11,7 @@ HOMEPAGE="http://mecab.sourceforge.net/" SRC_URI="mirror://sourceforge/mecab/${MY_P}.tar.gz" LICENSE="ipadic" -KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86" SLOT="0" S="${WORKDIR}/${MY_P}" |