diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-17 18:54:15 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-17 18:54:15 +0000 |
commit | 0e3fcfe8a497b67554f756b9fbe04f21c6fe66b1 (patch) | |
tree | c17888b724c3d1989bc598cf4544407b4145429d /net-misc/iperf | |
parent | Stable on ppc wrt bug 169837 (diff) | |
download | gentoo-2-0e3fcfe8a497b67554f756b9fbe04f21c6fe66b1.tar.gz gentoo-2-0e3fcfe8a497b67554f756b9fbe04f21c6fe66b1.tar.bz2 gentoo-2-0e3fcfe8a497b67554f756b9fbe04f21c6fe66b1.zip |
amd64 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/iperf')
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index 557987ec6c16..76a242baaaf4 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.20 2007/03/13 12:59:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.21 2007/03/17 18:54:15 beandog Exp $ + + 17 Mar 2007; Steve Dibb <beandog@gentoo.org> iperf-2.0.2.ebuild: + amd64 stable 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> iperf-2.0.2.ebuild: x86 stable diff --git a/net-misc/iperf/iperf-2.0.2.ebuild b/net-misc/iperf/iperf-2.0.2.ebuild index d845079918a3..39d108b4d7fa 100644 --- a/net-misc/iperf/iperf-2.0.2.ebuild +++ b/net-misc/iperf/iperf-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.2.ebuild,v 1.3 2007/03/13 12:59:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.2.ebuild,v 1.4 2007/03/17 18:54:15 beandog 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 hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 hppa ~ppc ~ppc64 x86" IUSE="ipv6 threads debug" DEPEND="virtual/libc" |