diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:42:40 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 10:42:40 +0000 |
commit | 5fb83c54adfea9b6910cc6818cd9e6dc41c96f16 (patch) | |
tree | 8df4ae1c53d23528394a9ce62547f7c74785af04 /net-analyzer/netselect | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.tar.gz gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.tar.bz2 gentoo-2-5fb83c54adfea9b6910cc6818cd9e6dc41c96f16.zip |
Stable on amd64.
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index ea077de71472..62f47dc817cb 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.18 2004/09/13 18:35:31 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.19 2004/10/19 10:40:35 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> netselect-0.3-r1.ebuild: + Stable on amd64. 13 Sep 2004; Guy Martin <gmsoft@gentoo.org> netselect-0.3-r1.ebuild: Stable on hppa. diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index 993f3cfa0465..e5811d4150cf 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r1.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/netselect/netselect-0.3-r1.ebuild,v 1.6 2004/09/13 18:35:31 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.7 2004/10/19 10:40:35 absinthe Exp $ DESCRIPTION="Ultrafast implementation of ping." HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/" @@ -8,7 +8,7 @@ SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm hppa amd64 ~ia64 ~ppc64 ~s390" IUSE="" S="${WORKDIR}/${PN}" |