diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-13 02:29:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-13 02:29:58 +0000 |
commit | fc81fdd2711111abc67c1fedc532d8e30f54b8c4 (patch) | |
tree | af16697ff5a269bc915e2e7bd550fd977c530b04 /net-analyzer | |
parent | Remove old versions (diff) | |
download | gentoo-2-fc81fdd2711111abc67c1fedc532d8e30f54b8c4.tar.gz gentoo-2-fc81fdd2711111abc67c1fedc532d8e30f54b8c4.tar.bz2 gentoo-2-fc81fdd2711111abc67c1fedc532d8e30f54b8c4.zip |
take snmp out of deps since it's disabled for now
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 7cd269c07288..74d01ecf228f 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.61 2007/09/06 22:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.62 2007/11/13 02:29:58 mr_bones_ Exp $ + + 13 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> ntop-3.3.ebuild: + take snmp out of deps since it's disabled for now 06 Sep 2007; Mike Frysinger <vapier@gentoo.org> ntop-3.3.ebuild: Force --disable-snmp so it isnt detected automatically. diff --git a/net-analyzer/ntop/ntop-3.3.ebuild b/net-analyzer/ntop/ntop-3.3.ebuild index 92a85596763e..5acc92d69efa 100644 --- a/net-analyzer/ntop/ntop-3.3.ebuild +++ b/net-analyzer/ntop/ntop-3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.ebuild,v 1.4 2007/09/07 06:47:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.3.ebuild,v 1.5 2007/11/13 02:29:58 mr_bones_ Exp $ inherit eutils autotools @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="ipv6 nls ssl tcpd zlib" #IUSE="ipv6 nls snmp ssl tcpd zlib" +#snmp? ( net-analyzer/net-snmp ) DEPEND="sys-apps/gawk >=sys-devel/libtool-1.4 >=sys-libs/gdbm-1.8.0 @@ -21,7 +22,6 @@ DEPEND="sys-apps/gawk >=media-libs/gd-2.0.22 >=media-libs/libpng-1.2.5 net-analyzer/rrdtool - snmp? ( net-analyzer/net-snmp ) ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) zlib? ( sys-libs/zlib )" |