summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:55:46 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:55:46 +0000
commita2d7b73f75f6b93b8445c08c26c9d14a3a3b2625 (patch)
tree3bfa420fb72feb7df00f9c9ad3a6d99b2e82f58b /dev-perl/File-Which
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-a2d7b73f75f6b93b8445c08c26c9d14a3a3b2625.tar.gz
gentoo-2-a2d7b73f75f6b93b8445c08c26c9d14a3a3b2625.tar.bz2
gentoo-2-a2d7b73f75f6b93b8445c08c26c9d14a3a3b2625.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/File-Which')
-rw-r--r--dev-perl/File-Which/ChangeLog8
-rw-r--r--dev-perl/File-Which/File-Which-0.05.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/File-Which/ChangeLog b/dev-perl/File-Which/ChangeLog
index 5b795d877bec..917a9de6b83d 100644
--- a/dev-perl/File-Which/ChangeLog
+++ b/dev-perl/File-Which/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/File-Which
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.5 2005/04/25 15:58:39 mcummings Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/ChangeLog,v 1.6 2006/08/05 03:55:46 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ File-Which-0.05.ebuild:
+ Adding perl dep; fixed header; fixed DEPEND
25 Apr 2005; Michael Cummings <mcummings@gentoo.org> File-Which-0.05.ebuild:
cleaning
diff --git a/dev-perl/File-Which/File-Which-0.05.ebuild b/dev-perl/File-Which/File-Which-0.05.ebuild
index 727a5e32d3f0..bf208e336d8e 100644
--- a/dev-perl/File-Which/File-Which-0.05.ebuild
+++ b/dev-perl/File-Which/File-Which-0.05.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-0.05.ebuild,v 1.5 2005/04/25 15:58:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Which/File-Which-0.05.ebuild,v 1.6 2006/08/05 03:55:46 mcummings Exp $
inherit perl-module
@@ -16,3 +16,7 @@ IUSE=""
SRC_TEST="do"
mydoc="TODO"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"