diff options
Diffstat (limited to 'net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild index e765af965275..86957f02a86e 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.11 2007/01/20 17:00:45 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r1.ebuild,v 1.12 2011/04/02 12:54:02 ssuominen Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" IUSE="debug" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${MY_P//\.[0-9]}" |