summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 04:24:19 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 04:24:19 +0000
commitbdad73ff3834fa00f3a395f40a7688f055189f87 (patch)
tree4bee449f011d562d0d8e353096b69496081863cd /dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-bdad73ff3834fa00f3a395f40a7688f055189f87.tar.gz
gentoo-2-bdad73ff3834fa00f3a395f40a7688f055189f87.tar.bz2
gentoo-2-bdad73ff3834fa00f3a395f40a7688f055189f87.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild')
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
index 26c8d3a376cf..f186ef3e2fdc 100644
--- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
+++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.12 2006/06/06 00:35:49 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.13 2006/08/05 04:24:19 mcummings Exp $
inherit perl-module
@@ -14,15 +14,15 @@ KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
SRC_TEST="do"
-DEPEND="${DEPEND}
- >=www-apache/libapreq-1.0-r2
+DEPEND=">=www-apache/libapreq-1.0-r2
>=dev-perl/Params-Validate-0.24-r2
>=dev-perl/Class-Container-0.08
>=dev-perl/Exception-Class-1.14
virtual/perl-Scalar-List-Utils
virtual/perl-CGI
virtual/perl-File-Spec
- >=dev-perl/Cache-Cache-1.01"
+ >=dev-perl/Cache-Cache-1.01
+ dev-lang/perl"
RDEPEND="${DEPEND}"
mydoc="CREDITS UPGRADE"
@@ -50,3 +50,5 @@ pkg_postinst() {
einfo
}
+
+