summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 03:12:32 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 03:12:32 +0000
commitb4a05435e2b0970558ec8261d1c33b16b188a302 (patch)
treebdcb549e5d8137f302a7e0409cade546db377cb7 /dev-perl/text-template
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-b4a05435e2b0970558ec8261d1c33b16b188a302.tar.gz
gentoo-2-b4a05435e2b0970558ec8261d1c33b16b188a302.tar.bz2
gentoo-2-b4a05435e2b0970558ec8261d1c33b16b188a302.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/text-template')
-rw-r--r--dev-perl/text-template/ChangeLog6
-rw-r--r--dev-perl/text-template/text-template-1.44.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog
index 7a704faeb495..e67ac2ad3483 100644
--- a/dev-perl/text-template/ChangeLog
+++ b/dev-perl/text-template/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/text-template
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.11 2006/06/29 19:35:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.12 2006/08/06 03:12:32 mcummings Exp $
+
+ 06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
+ text-template-1.44.ebuild:
+ Adding perl dep; fixed DEPEND
29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org>
text-template-1.44.ebuild:
diff --git a/dev-perl/text-template/text-template-1.44.ebuild b/dev-perl/text-template/text-template-1.44.ebuild
index bfcce85d118f..7b37f3ac633f 100644
--- a/dev-perl/text-template/text-template-1.44.ebuild
+++ b/dev-perl/text-template/text-template-1.44.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/text-template/text-template-1.44.ebuild,v 1.13 2006/06/29 19:35:44 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.44.ebuild,v 1.14 2006/08/06 03:12:32 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"