diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-07-29 15:58:29 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-07-29 15:58:29 +0000 |
commit | c06454c7e4bb1ee9c0dce3203288b28e31e9529a (patch) | |
tree | 29656bfcc47ee8067ddb02ef6e5d0a4d57aa71cf /net-analyzer/hping/hping-2.0.0_rc3.ebuild | |
parent | Stable on hppa (Manifest recommit) (diff) | |
download | gentoo-2-c06454c7e4bb1ee9c0dce3203288b28e31e9529a.tar.gz gentoo-2-c06454c7e4bb1ee9c0dce3203288b28e31e9529a.tar.bz2 gentoo-2-c06454c7e4bb1ee9c0dce3203288b28e31e9529a.zip |
Added byte ordering fix for amd64 and hppa in bytesex.h.patch. Stable on hppa.
Diffstat (limited to 'net-analyzer/hping/hping-2.0.0_rc3.ebuild')
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild index 94557d45aad7..120f3611cf1b 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.9 2004/07/27 20:48:32 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.10 2004/07/29 15:58:29 gmsoft Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ~hppa ~ia64 ~amd64 ~alpha" +KEYWORDS="x86 sparc hppa ~ia64 ~amd64 ~alpha" IUSE="debug" DEPEND="net-libs/libpcap" @@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P//\.[0-9]}" src_compile() { ./configure || die - epatch ${FILESDIR}/amd64-header-fix.patch + epatch ${FILESDIR}/bytesex.h.patch if use debug then |