summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 23:05:25 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 23:05:25 +0000
commit1ffb00bc070ad8fd1d6342ba68a4d2d344ebd6a4 (patch)
tree6623e9e85c9f9ad38fd48aa7eccc29586308932c /dev-perl/String-Format
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadgentoo-2-1ffb00bc070ad8fd1d6342ba68a4d2d344ebd6a4.tar.gz
gentoo-2-1ffb00bc070ad8fd1d6342ba68a4d2d344ebd6a4.tar.bz2
gentoo-2-1ffb00bc070ad8fd1d6342ba68a4d2d344ebd6a4.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/String-Format')
-rw-r--r--dev-perl/String-Format/ChangeLog6
-rw-r--r--dev-perl/String-Format/String-Format-1.14.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/String-Format/ChangeLog b/dev-perl/String-Format/ChangeLog
index a39300b71155..0fca2b0d4d62 100644
--- a/dev-perl/String-Format/ChangeLog
+++ b/dev-perl/String-Format/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/String-Format
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.3 2006/06/12 16:09:04 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/ChangeLog,v 1.4 2006/08/05 23:05:25 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ String-Format-1.14.ebuild:
+ Adding perl dep; fixed DEPEND
12 Jun 2006; Michael Cummings <mcummings@gentoo.org>
String-Format-1.14.ebuild:
diff --git a/dev-perl/String-Format/String-Format-1.14.ebuild b/dev-perl/String-Format/String-Format-1.14.ebuild
index 1a9e14ef9a67..0907222a3627 100644
--- a/dev-perl/String-Format/String-Format-1.14.ebuild
+++ b/dev-perl/String-Format/String-Format-1.14.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/String-Format/String-Format-1.14.ebuild,v 1.3 2006/06/12 16:09:04 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/String-Format/String-Format-1.14.ebuild,v 1.4 2006/08/05 23:05:25 mcummings Exp $
inherit perl-module
@@ -15,3 +15,7 @@ IUSE=""
SRC_TEST="do"
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"