summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 14:11:57 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 14:11:57 +0000
commit0371e7be5a74a8e647150235a4afcb87e593cfee (patch)
tree5d4fce54d7a0e426355fdc06dc7b658e2541007f /net-analyzer/ucd-snmp
parentfixed an RDEPEND error (diff)
downloadhistorical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.gz
historical-0371e7be5a74a8e647150235a4afcb87e593cfee.tar.bz2
historical-0371e7be5a74a8e647150235a4afcb87e593cfee.zip
Fixed a DEPEND typo bug
Diffstat (limited to 'net-analyzer/ucd-snmp')
-rw-r--r--net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
index 5d2b74d4d434..69ac5982f02c 100644
--- a/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
+++ b/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.1.2.ebuild,v 1.4 2001/06/09 14:11:57 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -14,7 +14,7 @@ DEPEND="virtual/glibc <sys-libs/db-2
ssl? ( >=dev-libs/openssl-0.9.6 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
-DEPEND="virtual/glibc <sys-libs/db-2
+RDEPEND="virtual/glibc <sys-libs/db-2
ssl? ( >=dev-libs/openssl-0.9.6 )
>=sys-libs/zlib-1.1.3"