summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 23:13:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 23:13:55 +0000
commit5db60a0fb4d17ace93a54a273ca1af1705010389 (patch)
treed1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/AtExit/AtExit-2.01.ebuild
parentAdding perl dep; fixed header; fixed DEPEND (diff)
downloadhistorical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz
historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2
historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-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}"