diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-12-03 18:24:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-12-03 18:24:17 +0000 |
commit | 3ed5f9d836268bcfe555d73b876dca070fea4ebd (patch) | |
tree | b0383b1daecc3d1932f73137b6dec3483021b0ec /app-dicts | |
parent | Fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-3ed5f9d836268bcfe555d73b876dca070fea4ebd.tar.gz gentoo-2-3ed5f9d836268bcfe555d73b876dca070fea4ebd.tar.bz2 gentoo-2-3ed5f9d836268bcfe555d73b876dca070fea4ebd.zip |
Stable on ppc64
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/mecab-ipadic/ChangeLog | 6 | ||||
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/mecab-ipadic/ChangeLog b/app-dicts/mecab-ipadic/ChangeLog index 9f4dbdcb9203..30d0b6116943 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.6 2006/10/30 12:21:54 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.7 2006/12/03 18:24:17 corsair Exp $ + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> + mecab-ipadic-2.7.0.20060707.ebuild: + Stable on ppc64 30 Oct 2006; Akinori Hattori <hattya@gentoo.org> -mecab-ipadic-2.7.0.20060408.ebuild: diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild index c33a571193ef..fd4346d55be5 100644 --- a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild +++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.20060707.ebuild,v 1.4 2006/10/30 12:19:31 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20060707.ebuild,v 1.5 2006/12/03 18:24:17 corsair Exp $ IUSE="unicode" @@ -11,7 +11,7 @@ HOMEPAGE="http://mecab.sourceforge.jp/" SRC_URI="mirror://sourceforge.jp/mecab/20904/${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} |