diff options
author | Tom Gall <tgall@gentoo.org> | 2005-12-04 21:21:25 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-12-04 21:21:25 +0000 |
commit | 6af9b8d855c53080b2b70aec58c4fdd90eb52108 (patch) | |
tree | 03858e718c55a979444be20d036974c4389750b1 /net-misc/iperf | |
parent | Bumped gato to latest version; this fixes bug #74580. Removed old ebuild. (diff) | |
download | gentoo-2-6af9b8d855c53080b2b70aec58c4fdd90eb52108.tar.gz gentoo-2-6af9b8d855c53080b2b70aec58c4fdd90eb52108.tar.bz2 gentoo-2-6af9b8d855c53080b2b70aec58c4fdd90eb52108.zip |
stable on ppc64
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc/iperf')
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index b880dae14a68..ae508ba892de 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.16 2005/11/29 04:19:28 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.17 2005/12/04 21:21:25 tgall Exp $ + + 04 Dec 2005; Tom Gall <tgall@gentoo.org> iperf-2.0.1.ebuild: + stable on ppc64 29 Nov 2005; <dang@gentoo.org> iperf-2.0.1.ebuild: Marked stable on amd64 diff --git a/net-misc/iperf/iperf-2.0.1.ebuild b/net-misc/iperf/iperf-2.0.1.ebuild index ffdfd452b79a..2e78f0853db9 100644 --- a/net-misc/iperf/iperf-2.0.1.ebuild +++ b/net-misc/iperf/iperf-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.1.ebuild,v 1.6 2005/11/29 04:19:28 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.1.ebuild,v 1.7 2005/12/04 21:21:25 tgall Exp $ DESCRIPTION="tool to measure IP bandwidth using UDP or TCP" HOMEPAGE="http://dast.nlanr.net/Projects/Iperf" @@ -8,7 +8,7 @@ SRC_URI="http://dast.nlanr.net/Projects/Iperf2.0/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="ipv6 threads debug" DEPEND="virtual/libc" |