diff options
author | 2006-02-17 16:17:22 +0000 | |
---|---|---|
committer | 2006-02-17 16:17:22 +0000 | |
commit | 9d1f50c06721cf1a52edad419b81083314cef5bc (patch) | |
tree | dcd0c5a8804bdea1a56afad217617cdea4329bc3 /net-analyzer/tcpstat/tcpstat-1.5.ebuild | |
parent | Marked ppc stable for bug #123039. (diff) | |
download | gentoo-2-9d1f50c06721cf1a52edad419b81083314cef5bc.tar.gz gentoo-2-9d1f50c06721cf1a52edad419b81083314cef5bc.tar.bz2 gentoo-2-9d1f50c06721cf1a52edad419b81083314cef5bc.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/tcpstat/tcpstat-1.5.ebuild')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild index 42753b596039..2cb6305973d2 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 1.9 2005/12/03 19:30:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.5.ebuild,v 1.10 2006/02/17 16:14:28 jokey Exp $ IUSE="berkdb" @@ -8,7 +8,7 @@ DESCRIPTION="Reports network interface statistics" SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" -DEPEND="virtual/libpcap +DEPEND="net-libs/libpcap berkdb? ( <sys-libs/db-2 )" SLOT="0" |