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 | 2e872a9889e281baf3e468925982ca5e63eb2afe (patch) | |
tree | 62097846237b71c8995b0890bd86b29712510686 /net-analyzer/tcpflow/tcpflow-0.21.ebuild | |
parent | Removing virtual/libpcap wrt bug #117898 (diff) | |
download | gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.gz gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.bz2 gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/tcpflow/tcpflow-0.21.ebuild')
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-0.21.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-0.21.ebuild b/net-analyzer/tcpflow/tcpflow-0.21.ebuild index 9a2b96f3f797..4dc33bfb844b 100644 --- a/net-analyzer/tcpflow/tcpflow-0.21.ebuild +++ b/net-analyzer/tcpflow/tcpflow-0.21.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/tcpflow/tcpflow-0.21.ebuild,v 1.5 2005/10/04 20:12:03 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.21.ebuild,v 1.6 2006/02/16 00:00:49 jokey Exp $ inherit toolchain-funcs @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~ppc x86" SLOT="0" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" RDEPEND="${DEPEND}" src_compile() { |