summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/chasen/ChangeLog5
-rw-r--r--app-text/chasen/chasen-2.3.3-r3.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/chasen/ChangeLog b/app-text/chasen/ChangeLog
index da76f9696437..32d07fd6eafe 100644
--- a/app-text/chasen/ChangeLog
+++ b/app-text/chasen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/chasen
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.12 2004/09/07 08:31:10 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/ChangeLog,v 1.13 2004/09/27 02:34:09 usata Exp $
+
+ 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> chasen-2.3.3-r3.ebuild:
+ Stable on x86 and ppc.
*chasen-2.4.0_pre1 (07 Sep 2004)
diff --git a/app-text/chasen/chasen-2.3.3-r3.ebuild b/app-text/chasen/chasen-2.3.3-r3.ebuild
index cea792d48f12..9e8128745ae9 100644
--- a/app-text/chasen/chasen-2.3.3-r3.ebuild
+++ b/app-text/chasen/chasen-2.3.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.1 2004/08/30 10:14:36 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/chasen/chasen-2.3.3-r3.ebuild,v 1.2 2004/09/27 02:34:09 usata Exp $
inherit perl-module flag-o-matic
@@ -10,11 +10,12 @@ SRC_URI="http://chasen.aist-nara.ac.jp/stable/chasen/${P}.tar.gz"
LICENSE="chasen"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc ~ppc"
+KEYWORDS="x86 ~amd64 ~sparc ppc"
IUSE="perl"
-DEPEND="${DEPEND}
- >=dev-libs/darts-0.2"
+RDEPEND=">=dev-libs/darts-0.2"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
PDEPEND=">=app-dicts/ipadic-2.6.1"
src_unpack() {