summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 03:17:05 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 03:17:05 +0000
commitbf596d70540f2a4f3c37a807c55c41c40104acd7 (patch)
treec830c7a2f3ee7699e1ed2503594cb350fa1ceaea /dev-perl/Error/Error-0.15-r2.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-bf596d70540f2a4f3c37a807c55c41c40104acd7.tar.gz
gentoo-2-bf596d70540f2a4f3c37a807c55c41c40104acd7.tar.bz2
gentoo-2-bf596d70540f2a4f3c37a807c55c41c40104acd7.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Error/Error-0.15-r2.ebuild')
-rw-r--r--dev-perl/Error/Error-0.15-r2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/Error/Error-0.15-r2.ebuild b/dev-perl/Error/Error-0.15-r2.ebuild
index 46435d9f9802..56fceee7993f 100644
--- a/dev-perl/Error/Error-0.15-r2.ebuild
+++ b/dev-perl/Error/Error-0.15-r2.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/Error/Error-0.15-r2.ebuild,v 1.18 2005/10/02 12:37:59 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.15-r2.ebuild,v 1.19 2006/08/05 03:17:05 mcummings Exp $
inherit perl-module
@@ -12,3 +12,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"