summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-04-29 14:29:17 +0000
committerTorsten Veller <tove@gentoo.org>2008-04-29 14:29:17 +0000
commitf9eeb50852dfc8705bc4154ceed17a82d9179111 (patch)
treed99e3b0ba039ce372ecda3479caa46c5824599a5 /dev-perl/File-chdir
parentsparc stable wrt #218622 (diff)
downloadgentoo-2-f9eeb50852dfc8705bc4154ceed17a82d9179111.tar.gz
gentoo-2-f9eeb50852dfc8705bc4154ceed17a82d9179111.tar.bz2
gentoo-2-f9eeb50852dfc8705bc4154ceed17a82d9179111.zip
Depend on dev-perl/module-build
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r--dev-perl/File-chdir/ChangeLog5
-rw-r--r--dev-perl/File-chdir/File-chdir-0.1002.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog
index 91ef741a079e..9669313cdee2 100644
--- a/dev-perl/File-chdir/ChangeLog
+++ b/dev-perl/File-chdir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-chdir
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.15 2008/04/29 04:58:22 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.16 2008/04/29 14:29:17 tove Exp $
+
+ 29 Apr 2008; Torsten Veller <tove@gentoo.org> File-chdir-0.1002.ebuild:
+ Depend on dev-perl/module-build
*File-chdir-0.1002 (29 Apr 2008)
diff --git a/dev-perl/File-chdir/File-chdir-0.1002.ebuild b/dev-perl/File-chdir/File-chdir-0.1002.ebuild
index 798083f8bf63..58333c720636 100644
--- a/dev-perl/File-chdir/File-chdir-0.1002.ebuild
+++ b/dev-perl/File-chdir/File-chdir-0.1002.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild,v 1.1 2008/04/29 04:58:22 yuval Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.1002.ebuild,v 1.2 2008/04/29 14:29:17 tove Exp $
inherit perl-module
@@ -15,5 +15,7 @@ IUSE=""
SRC_TEST="do"
-DEPEND=">=virtual/perl-File-Spec-3.27
-dev-lang/perl"
+RDEPEND=">=virtual/perl-File-Spec-3.27
+ dev-lang/perl"
+DEPEND="${RDEPEND}
+ dev-perl/module-build"