summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:03:16 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:03:16 +0000
commitf6b90b399bf45319e7fc793007f7374f9597cbfa (patch)
tree48a0015046a5ff916d25d3461ad403a9f5cfb07e /dev-perl/FCGI
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-f6b90b399bf45319e7fc793007f7374f9597cbfa.tar.gz
gentoo-2-f6b90b399bf45319e7fc793007f7374f9597cbfa.tar.bz2
gentoo-2-f6b90b399bf45319e7fc793007f7374f9597cbfa.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/FCGI')
-rw-r--r--dev-perl/FCGI/ChangeLog5
-rw-r--r--dev-perl/FCGI/FCGI-0.67.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-perl/FCGI/ChangeLog b/dev-perl/FCGI/ChangeLog
index 134cccf2b7fe..f12024e7c171 100644
--- a/dev-perl/FCGI/ChangeLog
+++ b/dev-perl/FCGI/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/FCGI
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.8 2006/07/10 15:29:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/ChangeLog,v 1.9 2006/08/05 03:03:16 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> FCGI-0.67.ebuild:
+ Adding perl dep; fixed DEPEND
10 Jul 2006; Aron Griffis <agriffis@gentoo.org> FCGI-0.67.ebuild:
Mark 0.67 stable on ia64
diff --git a/dev-perl/FCGI/FCGI-0.67.ebuild b/dev-perl/FCGI/FCGI-0.67.ebuild
index e8e409f4e70c..4c0beced89de 100644
--- a/dev-perl/FCGI/FCGI-0.67.ebuild
+++ b/dev-perl/FCGI/FCGI-0.67.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/FCGI/FCGI-0.67.ebuild,v 1.10 2006/07/10 15:29:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/FCGI/FCGI-0.67.ebuild,v 1.11 2006/08/05 03:03:16 mcummings Exp $
# this is an RT dependency
@@ -15,3 +15,7 @@ SLOT="0"
LICENSE="openmarket"
KEYWORDS="~amd64 ia64 ppc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"