From 50ec59440f7de36fad94ef658f77e990abd4d149 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 28 Jul 2006 06:12:25 +0000 Subject: slang dependency fix as per bug #141947 (Portage version: 2.1.1_pre3-r5) --- net-analyzer/nettop/ChangeLog | 5 ++++- net-analyzer/nettop/nettop-0.2.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'net-analyzer/nettop') diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index cd01761dfd1c..c094a85f83fe 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.14 2006/07/08 13:28:30 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.15 2006/07/28 06:12:25 dragonheart Exp $ + + 28 Jul 2006; Daniel Black nettop-0.2.3.ebuild: + slang dependency fix as per bug #141947 thanks Diego 08 Jul 2006; Daniel Black files/nettop.c.patch, nettop-0.2.3.ebuild: diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index 893896b6dd0c..904cda05aeaf 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.14 2006/07/08 13:28:30 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.15 2006/07/28 06:12:25 dragonheart Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="amd64 ppc sparc x86" -DEPEND="sys-libs/slang +DEPEND="=sys-libs/slang-1* net-libs/libpcap" src_unpack() { -- cgit v1.2.3-65-gdbad