diff options
author | Brent Baude <ranger@gentoo.org> | 2005-08-09 19:12:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2005-08-09 19:12:45 +0000 |
commit | ac14c6c14e4f04ce3dc510820614c99862fa9019 (patch) | |
tree | 0126179b2bb268fc9a87f7991ab1938cf4db41ba /net-misc | |
parent | app-shells/scsh-install-lib:scsh (diff) | |
download | gentoo-2-ac14c6c14e4f04ce3dc510820614c99862fa9019.tar.gz gentoo-2-ac14c6c14e4f04ce3dc510820614c99862fa9019.tar.bz2 gentoo-2-ac14c6c14e4f04ce3dc510820614c99862fa9019.zip |
Adding ~ppc64 keyword to the 1.70 iperf ebuild.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iperf/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/iperf/iperf-1.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index cfb062564705..d70273aa857a 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2005/05/10 21:41:28 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.14 2005/08/09 19:12:45 ranger Exp $ + + 09 Aug 2005; Brent Baude <ranger@gentoo.org> iperf-1.7.0.ebuild: + Adding ~ppc64 keyword to the 1.70 iperf ebuild. This is the "stable" version + according to their website. 10 May 2005; Herbie Hopkins <herbs@gentoo.org> iperf-2.0.1.ebuild: Marked ~amd64 wrt bug #92149. diff --git a/net-misc/iperf/iperf-1.7.0.ebuild b/net-misc/iperf/iperf-1.7.0.ebuild index 6ed3094a7734..ea495f8a7574 100644 --- a/net-misc/iperf/iperf-1.7.0.ebuild +++ b/net-misc/iperf/iperf-1.7.0.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-1.7.0.ebuild,v 1.7 2005/01/21 23:47:11 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-1.7.0.ebuild,v 1.8 2005/08/09 19:12:45 ranger Exp $ IUSE="" DESCRIPTION="tool to measure IP bandwidth using UDP or TCP" @@ -9,7 +9,7 @@ SRC_URI="http://dast.nlanr.net/Projects/Iperf/${P}-source.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc ~ppc64 x86" DEPEND="virtual/libc" |