diff options
Diffstat (limited to 'net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild index c436a51bcdd0..dcd32be383ba 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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-r2.ebuild,v 1.2 2009/12/22 21:19:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.3 2011/04/02 12:54:02 ssuominen Exp $ inherit eutils toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libpcap" +DEPEND="net-libs/libpcap" S="${WORKDIR}/${MY_P//\.[0-9]}" |