summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-11-18 02:15:38 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-11-18 02:15:38 +0000
commit017d9bc9a1be67780668362da8510049af769e50 (patch)
tree760fee47df17fd0380f1116190c74da5ceed4955 /dev-perl/HTML-Mason
parentminor dep fix (diff)
downloadgentoo-2-017d9bc9a1be67780668362da8510049af769e50.tar.gz
gentoo-2-017d9bc9a1be67780668362da8510049af769e50.tar.bz2
gentoo-2-017d9bc9a1be67780668362da8510049af769e50.zip
minor dep fix
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild
index 717641410605..7e2ea1e5e95c 100644
--- a/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild,v 1.1 2002/11/17 06:38:01 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.15.ebuild,v 1.2 2002/11/18 02:15:38 mkennedy Exp $
inherit perl-module
@@ -15,9 +15,10 @@ KEYWORDS="x86 ppc sparc sparc64 alpha"
DEPEND="${DEPEND}
>=dev-perl/libapreq-1.0-r2
- >=Params-Validate-0.24-r1
- >=Class-Container-0.08
- >=Exception-Class-1.07"
+ >=dev-perl/Params-Validate-0.24-r1
+ >=dev-perl/Class-Container-0.08
+ >=dev-perl/Exception-Class-1.07
+ >=dev-perl/Cache-Cache-1.01"
mydoc="CREDITS UPGRADE"