diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-07-18 06:49:44 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2008-07-18 06:49:44 +0000 |
commit | 6ad999bd81848ac8a8729b653d63dc5e46f6b6dd (patch) | |
tree | c37f8588edf2b408716a5ce63262f5f7fbb62d13 /app-dicts/mecab-ipadic | |
parent | keyword ~x86-fbsd thanks to Davide Italiano <dav_it@gentoo.org>, bug #231882 (diff) | |
download | gentoo-2-6ad999bd81848ac8a8729b653d63dc5e46f6b6dd.tar.gz gentoo-2-6ad999bd81848ac8a8729b653d63dc5e46f6b6dd.tar.bz2 gentoo-2-6ad999bd81848ac8a8729b653d63dc5e46f6b6dd.zip |
stable on ppc (needed for bug #228387)
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r-- | app-dicts/mecab-ipadic/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-dicts/mecab-ipadic/ChangeLog b/app-dicts/mecab-ipadic/ChangeLog index 51c115e872de..8292499dc75e 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.17 2007/10/03 06:19:55 tgall Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/ChangeLog,v 1.18 2008/07/18 06:49:44 wormo Exp $ + + 18 Jul 2008; Stephanie Lockwood-Childs <wormo@gentoo.org> + mecab-ipadic-2.7.0.20070610.ebuild: + stable on ppc (needed for bug #228387) 03 Oct 2007; Tom Gall <tgall@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 cc8e33cbb42d..3b9526dd338d 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 +# Copyright 1999-2008 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.6 2007/10/03 06:19:55 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070610.ebuild,v 1.7 2008/07/18 06:49:44 wormo 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}" |