diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
commit | a94a90db0368fc241e0e68621fe6563ad1c37827 (patch) | |
tree | 043a2a14af78b5d40ec27946bf3c2d54dcc5aeec /net-analyzer/nettop | |
parent | Fix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally c... (diff) | |
download | historical-a94a90db0368fc241e0e68621fe6563ad1c37827.tar.gz historical-a94a90db0368fc241e0e68621fe6563ad1c37827.tar.bz2 historical-a94a90db0368fc241e0e68621fe6563ad1c37827.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r-- | net-analyzer/nettop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index 175bcab90335..6d95441b1b37 100644 --- a/net-analyzer/nettop/ChangeLog +++ b/net-analyzer/nettop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nettop # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.12 2006/02/06 22:36:44 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.13 2006/02/15 23:30:09 jokey Exp $ + + 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> nettop-0.2.3.ebuild: + Removing virtual/libpcap wrt bug #117898 06 Feb 2006; Patrick McLean <chutzpah@gentoo.org> nettop-0.2.3.ebuild: Stable on amd64 (bug #121524). diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index 3426172d7e2d..d147a7628bb1 100644 --- a/net-analyzer/nettop/nettop-0.2.3.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.12 2006/02/06 22:36:44 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.13 2006/02/15 23:30:09 jokey Exp $ inherit eutils @@ -15,8 +15,7 @@ LICENSE="BSD" KEYWORDS="amd64 ppc sparc x86" DEPEND="sys-libs/slang - virtual/libpcap" - + net-libs/libpcap" src_compile() { epatch ${FILESDIR}/nettop.c.patch |