diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-30 18:08:37 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-30 18:08:37 +0000 |
commit | 047a751b316c057f62db2fd2bae06bed00b4bdfd (patch) | |
tree | 68c52d4b20d8e76831d7f1507ecdd802d0c969d8 /net-misc/iperf | |
parent | ppc stable #258980 (diff) | |
download | gentoo-2-047a751b316c057f62db2fd2bae06bed00b4bdfd.tar.gz gentoo-2-047a751b316c057f62db2fd2bae06bed00b4bdfd.tar.bz2 gentoo-2-047a751b316c057f62db2fd2bae06bed00b4bdfd.zip |
ppc stable #263878
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'net-misc/iperf')
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-2.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index d1a8066f9c31..ae919658cd4d 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.29 2009/05/29 01:26:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.30 2009/05/30 18:08:37 nixnut Exp $ + + 30 May 2009; nixnut <nixnut@gentoo.org> iperf-2.0.4.ebuild: + ppc stable #263878 29 May 2009; Steve Dibb <beandog@gentoo.org> iperf-2.0.4.ebuild: amd64 stable, bug 263878 diff --git a/net-misc/iperf/iperf-2.0.4.ebuild b/net-misc/iperf/iperf-2.0.4.ebuild index b074eea778a1..452e6e58dea5 100644 --- a/net-misc/iperf/iperf-2.0.4.ebuild +++ b/net-misc/iperf/iperf-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.4.ebuild,v 1.6 2009/05/29 01:26:34 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.4.ebuild,v 1.7 2009/05/30 18:08:37 nixnut Exp $ DESCRIPTION="tool to measure IP bandwidth using UDP or TCP" HOMEPAGE="http://iperf.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="ipv6 threads debug" DEPEND="virtual/libc" |