summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:14:17 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:14:17 +0000
commit23e10fcfff06a5fb976847c5578685887b4213ac (patch)
tree83cf9bd82ac18ac0f0e410468237877161bd95c5 /dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.tar.gz
gentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.tar.bz2
gentoo-2-23e10fcfff06a5fb976847c5578685887b4213ac.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild')
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
index 75601ebbe431..61dd59ce56fb 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.16 2004/07/14 20:25:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.17 2006/08/05 20:14:17 mcummings Exp $
inherit perl-module
@@ -20,3 +20,7 @@ src_install() {
perl-module_src_install
dohtml *.html
}
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"