summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-ChaSen')
-rw-r--r--dev-perl/Text-ChaSen/ChangeLog5
-rw-r--r--dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Text-ChaSen/ChangeLog b/dev-perl/Text-ChaSen/ChangeLog
index 99684abe34c0..e29ac2588304 100644
--- a/dev-perl/Text-ChaSen/ChangeLog
+++ b/dev-perl/Text-ChaSen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-ChaSen
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.4 2004/07/22 23:46:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/ChangeLog,v 1.5 2004/09/07 08:43:30 usata Exp $
+
+ 07 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> Text-ChaSen-1.03-r1.ebuild:
+ Added eutils for epatch.
23 Jul 2004; David Holm <dholm@gentoo.org> Text-ChaSen-1.03-r1.ebuild:
Added to ~ppc.
diff --git a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
index b6e3c0450081..e030de64d59b 100644
--- a/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
+++ b/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.2 2004/07/22 23:46:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-ChaSen/Text-ChaSen-1.03-r1.ebuild,v 1.3 2004/09/07 08:43:30 usata Exp $
-inherit perl-module
+inherit perl-module eutils
DESCRIPTION="Chasen library module for Perl."
SRC_URI="http://www.daionet.gr.jp/~knok/chasen/${P}.tar.gz
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.daionet.gr.jp/~knok/chasen/"
SLOT="0"
LICENSE="chasen"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND=">=app-text/chasen-2.2.9"