summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-02-21 02:43:58 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-02-21 02:43:58 +0000
commit4e6b5173b0977b5595483e77217395aa95fde7fb (patch)
tree3dc0f0d4df81fa1b040b3c0781a0c597945c3565 /dev-python/snmpy
parentStable on mips (diff)
downloadgentoo-2-4e6b5173b0977b5595483e77217395aa95fde7fb.tar.gz
gentoo-2-4e6b5173b0977b5595483e77217395aa95fde7fb.tar.bz2
gentoo-2-4e6b5173b0977b5595483e77217395aa95fde7fb.zip
removing ucd-snmp as per bug #69451
(Portage version: 2.0.51.16)
Diffstat (limited to 'dev-python/snmpy')
-rw-r--r--dev-python/snmpy/snmpy-1.0_alpha4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
index dda6d6ba570b..6b03c2975932 100644
--- a/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
+++ b/dev-python/snmpy/snmpy-1.0_alpha4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snmpy/snmpy-1.0_alpha4.ebuild,v 1.16 2004/06/25 01:50:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snmpy/snmpy-1.0_alpha4.ebuild,v 1.17 2005/02/21 02:39:56 dragonheart Exp $
inherit distutils
@@ -17,6 +17,6 @@ SLOT="0"
KEYWORDS="x86 sparc alpha"
DEPEND="virtual/python
- virtual/snmp"
+ net-analyzer/net-snmp"
mydocs="RELEASE-NOTES docs/docs.html"