summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 22:26:49 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 22:26:49 +0000
commit089c5491b0d05277b53a74c3608385a9ea7bea9f (patch)
treef4835efd4ae8cc4e3e53bc94a03e2c4b3925097b /dev-perl/AtExit/AtExit-2.01.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.tar.gz
gentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.tar.bz2
gentoo-2-089c5491b0d05277b53a74c3608385a9ea7bea9f.zip
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/AtExit/AtExit-2.01.ebuild')
-rw-r--r--dev-perl/AtExit/AtExit-2.01.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/AtExit/AtExit-2.01.ebuild b/dev-perl/AtExit/AtExit-2.01.ebuild
index f11b12512309..c7dad418190b 100644
--- a/dev-perl/AtExit/AtExit-2.01.ebuild
+++ b/dev-perl/AtExit/AtExit-2.01.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/AtExit/AtExit-2.01.ebuild,v 1.10 2006/07/10 14:26:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AtExit/AtExit-2.01.ebuild,v 1.11 2006/08/04 22:26:49 mcummings Exp $
inherit perl-module
@@ -14,3 +14,5 @@ SLOT="0"
LICENSE="Artistic"
KEYWORDS="ia64 ppc sparc x86"
IUSE=""
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"