diff options
author | 2006-02-20 19:52:00 +0000 | |
---|---|---|
committer | 2006-02-20 19:52:00 +0000 | |
commit | 8a9e1624525e6ca657070424dc2fd9cfb3178e3b (patch) | |
tree | 97e19f7e9cb475010c7c5ad9cf9b13e11b1d37d5 /net-analyzer/xprobe/xprobe-0.3.ebuild | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-8a9e1624525e6ca657070424dc2fd9cfb3178e3b.tar.gz gentoo-2-8a9e1624525e6ca657070424dc2fd9cfb3178e3b.tar.bz2 gentoo-2-8a9e1624525e6ca657070424dc2fd9cfb3178e3b.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/xprobe/xprobe-0.3.ebuild')
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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}" |