summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:26:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:26:08 +0000
commitfa60db11fc4a5c7989361d43d90b647d0cbe99c7 (patch)
tree4106d06206005b0755230b67b8472cf3238f4290 /dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild
parentverson bump thanks to 6thpink <6thpink@terra.es> in bug 142574 (diff)
downloadgentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.tar.gz
gentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.tar.bz2
gentoo-2-fa60db11fc4a5c7989361d43d90b647d0cbe99c7.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild')
-rw-r--r--dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild
index c03f548ffc64..4481c2a62b2f 100644
--- a/dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild
+++ b/dev-perl/SVN-Mirror/SVN-Mirror-0.65.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/SVN-Mirror/SVN-Mirror-0.65.ebuild,v 1.7 2006/07/04 19:54:52 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.65.ebuild,v 1.8 2006/08/05 20:26:07 mcummings Exp $
inherit perl-module
@@ -19,7 +19,8 @@ DEPEND=">=dev-util/subversion-1.1.3
>=dev-perl/SVN-Simple-0.26
dev-perl/Class-Accessor
dev-perl/TimeDate
- dev-perl/File-chdir"
+ dev-perl/File-chdir
+ dev-lang/perl"
RDEPEND="${DEPEND}"
@@ -30,4 +31,5 @@ pkg_setup() {
eerror "USE=\"perl\" emerge subversion"
die "Need Subversion compiled with Perl bindings."
fi
-} \ No newline at end of file
+}
+