summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-10-18 14:27:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-10-18 14:27:47 +0000
commitbb14a4b9174144888aea986066c6745df77b89dd (patch)
treea012314c5909ff41d943a44c18bdb3e55cda4e33 /dev-perl
parentStable on sparc wrt #63556 (Manifest recommit) (diff)
downloadgentoo-2-bb14a4b9174144888aea986066c6745df77b89dd.tar.gz
gentoo-2-bb14a4b9174144888aea986066c6745df77b89dd.tar.bz2
gentoo-2-bb14a4b9174144888aea986066c6745df77b89dd.zip
Corrected deps
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Plucene/ChangeLog5
-rw-r--r--dev-perl/Plucene/Plucene-1.19.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Plucene/ChangeLog b/dev-perl/Plucene/ChangeLog
index cfdd094eef3f..e89433b83769 100644
--- a/dev-perl/Plucene/ChangeLog
+++ b/dev-perl/Plucene/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Plucene
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plucene/ChangeLog,v 1.1 2004/10/06 23:22:25 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plucene/ChangeLog,v 1.2 2004/10/18 14:27:47 mcummings Exp $
+
+ 18 Oct 2004; Michael Cummings <mcummings@gentoo.org> Plucene-1.19.ebuild:
+ Corrected deps - sorry about that folks
*Plucene-1.19 (06 Oct 2004)
diff --git a/dev-perl/Plucene/Plucene-1.19.ebuild b/dev-perl/Plucene/Plucene-1.19.ebuild
index 940aa6839fa9..3fcb83bf4bb7 100644
--- a/dev-perl/Plucene/Plucene-1.19.ebuild
+++ b/dev-perl/Plucene/Plucene-1.19.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/dev-perl/Plucene/Plucene-1.19.ebuild,v 1.3 2004/10/06 23:28:53 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Plucene/Plucene-1.19.ebuild,v 1.4 2004/10/18 14:27:47 mcummings Exp $
inherit perl-module
@@ -25,7 +25,8 @@ DEPEND=">=dev-lang/perl-5.8.4
dev-perl/Class-Virtual
dev-perl/Class-Accessor
dev-perl/Time-Piece
- dev-perl/Test-Harness
+ >=dev-perl/Test-Harness-2.30
+ >=dev-perl/Scalar-List-Utils-1.13
dev-perl/Lingua-Stem
dev-perl/Bit-Vector-Minimal
dev-perl/IO-stringy"