diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 19:52:00 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-20 19:52:00 +0000 |
commit | 8715b9db504dcf72c35b6c91b0ae14db54892649 (patch) | |
tree | 8039c0bf8bc31f5967ad0695de043dd33731dd4f /net-analyzer/xprobe | |
parent | Stable on ppc64 (diff) | |
download | historical-8715b9db504dcf72c35b6c91b0ae14db54892649.tar.gz historical-8715b9db504dcf72c35b6c91b0ae14db54892649.tar.bz2 historical-8715b9db504dcf72c35b6c91b0ae14db54892649.zip |
Removing virtual/libpcap wrt bug #117898
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-analyzer/xprobe')
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.2.2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/xprobe/xprobe-0.2.2.ebuild b/net-analyzer/xprobe/xprobe-0.2.2.ebuild index 000f746281da..99f707ebdc53 100644 --- a/net-analyzer/xprobe/xprobe-0.2.2.ebuild +++ b/net-analyzer/xprobe/xprobe-0.2.2.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/xprobe/xprobe-0.2.2.ebuild,v 1.7 2005/09/04 14:44:13 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.8 2006/02/20 19:49:24 jokey Exp $ # This is new xprobe, so called xprobe2, due to xprobe1 being obsoleted. # xprobe 2 has different approach to operating system fingerprinting. @@ -16,7 +16,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${PN}2-${PV}" diff --git a/net-analyzer/xprobe/xprobe-0.3.ebuild b/net-analyzer/xprobe/xprobe-0.3.ebuild index 1e4476289d0d..632be7d9175f 100644 --- a/net-analyzer/xprobe/xprobe-0.3.ebuild +++ b/net-analyzer/xprobe/xprobe-0.3.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/xprobe/xprobe-0.3.ebuild,v 1.3 2005/09/04 14:44:13 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.4 2006/02/20 19:49:24 jokey Exp $ MY_P="${PN}2-${PV}" DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${MY_P}" |