diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-03-25 17:59:21 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-03-25 17:59:21 +0000 |
commit | 8514ba9781e6fa5fa471379d3e74da8ddb21fceb (patch) | |
tree | f2d66a3fdc0959bb3c0510be95fe898852e537cd /net-misc/iperf/iperf-2.0.4.ebuild | |
parent | Bugfixes version bump (diff) | |
download | gentoo-2-8514ba9781e6fa5fa471379d3e74da8ddb21fceb.tar.gz gentoo-2-8514ba9781e6fa5fa471379d3e74da8ddb21fceb.tar.bz2 gentoo-2-8514ba9781e6fa5fa471379d3e74da8ddb21fceb.zip |
keyworded ~arch for sparc, bug 263724
(Portage version: 2.1.6.7/cvs/Linux sparc64)
Diffstat (limited to 'net-misc/iperf/iperf-2.0.4.ebuild')
-rw-r--r-- | net-misc/iperf/iperf-2.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/iperf/iperf-2.0.4.ebuild b/net-misc/iperf/iperf-2.0.4.ebuild index 9e50ba0b9b55..0ea20db0e2e1 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-2008 Gentoo Foundation +# 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.1 2008/07/30 01:49:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-2.0.4.ebuild,v 1.2 2009/03/25 17:59:21 tcunha 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 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="ipv6 threads debug" DEPEND="virtual/libc" |