diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-18 14:55:17 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-01-18 14:55:17 +0000 |
commit | 6b1c253ef556a0afc77c6c296c3f42ac37ee33e5 (patch) | |
tree | a25bcab88fb6c9d4d4cb42f8f6272b7b2a987e18 /net-analyzer/iftop | |
parent | Added a patch to fix libpcap on systems without ipv6 support (bug #452832) (diff) | |
download | gentoo-2-6b1c253ef556a0afc77c6c296c3f42ac37ee33e5.tar.gz gentoo-2-6b1c253ef556a0afc77c6c296c3f42ac37ee33e5.tar.bz2 gentoo-2-6b1c253ef556a0afc77c6c296c3f42ac37ee33e5.zip |
Removed ipv6 dependency now that a proper fix went into libpcap (bug #452832)
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'net-analyzer/iftop')
-rw-r--r-- | net-analyzer/iftop/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/iftop/iftop-1.0_pre2.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog index cb1bbf506b58..60cd5c033ec0 100644 --- a/net-analyzer/iftop/ChangeLog +++ b/net-analyzer/iftop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/iftop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.46 2012/07/23 12:27:07 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.47 2013/01/18 14:55:17 polynomial-c Exp $ + + 18 Jan 2013; Lars Wendler <polynomial-c@gentoo.org> iftop-1.0_pre2.ebuild: + non-maintaienr commit: Removed ipv6 dependency now that a proper fix went + into libpcap (bug #452832). 23 Jul 2012; Anthony G. Basile <blueness@gentoo.org> iftop-1.0_pre2.ebuild: Keyword ~mips diff --git a/net-analyzer/iftop/iftop-1.0_pre2.ebuild b/net-analyzer/iftop/iftop-1.0_pre2.ebuild index a872b66493b2..11fa1a6aaf02 100644 --- a/net-analyzer/iftop/iftop-1.0_pre2.ebuild +++ b/net-analyzer/iftop/iftop-1.0_pre2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.4 2012/07/23 12:27:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre2.ebuild,v 1.5 2013/01/18 14:55:17 polynomial-c Exp $ EAPI=4 @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -# We need libpcap with ipv6 support or else iftop doesn't work at all. DEPEND=" - net-libs/libpcap[ipv6] + net-libs/libpcap sys-libs/ncurses" S="${WORKDIR}"/${P/_/} |