diff options
Diffstat (limited to 'app-text/mecab/mecab-0.80.ebuild')
-rw-r--r-- | app-text/mecab/mecab-0.80.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/mecab/mecab-0.80.ebuild b/app-text/mecab/mecab-0.80.ebuild index c333afbff7f1..8f966fe3a827 100644 --- a/app-text/mecab/mecab-0.80.ebuild +++ b/app-text/mecab/mecab-0.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.80.ebuild,v 1.6 2005/06/17 20:23:55 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.80.ebuild,v 1.7 2005/08/13 14:40:10 metalgod Exp $ # need one of ipadic-2.4.4/2.5.0/2.5.1 MY_IPADIC="ipadic-2.5.1" @@ -12,7 +12,7 @@ SRC_URI="http://chasen.org/~taku/software/mecab/src/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ppc ~ppc64 sparc x86" IUSE="unicode" DEPEND="dev-lang/perl" |