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 | |
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')
-rw-r--r-- | net-misc/iperf/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/iperf/iperf-2.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index 21247e9849b7..a5b96d943c48 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.24 2008/07/30 01:49:46 jer Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.25 2009/03/25 17:59:21 tcunha Exp $ + + 25 Mar 2009; Tiago Cunha <tcunha@gentoo.org> iperf-2.0.4.ebuild: + keyworded ~arch for sparc, bug 263724 *iperf-2.0.4 (30 Jul 2008) 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" |