diff options
-rw-r--r-- | net-analyzer/hping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index d1072c754d8e..f2005d96724a 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/hping # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.25 2004/07/29 15:58:29 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.26 2004/08/08 16:49:35 kloeri Exp $ + + 08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> hping-2.0.0_rc3.ebuild: + Stable on alpha. 29 Jul 2004; Guy Martin <gmsoft@gentoo.org> -files/amd64-header-fix.patch, +files/bytesex.h.patch, hping-2.0.0_rc3.ebuild: diff --git a/net-analyzer/hping/hping-2.0.0_rc3.ebuild b/net-analyzer/hping/hping-2.0.0_rc3.ebuild index 120f3611cf1b..a9f7a580bce9 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.10 2004/07/29 15:58:29 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3.ebuild,v 1.11 2004/08/08 16:49:35 kloeri 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" |