diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-18 08:43:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-18 08:43:07 +0000 |
commit | 95ac57ca10bd1d708f1086fc687e62e1895f8fe2 (patch) | |
tree | b18f42db80d2e709597dad39c6ecb4687487a400 /net-misc | |
parent | fixing minor typo, no installed files changed (diff) | |
download | gentoo-2-95ac57ca10bd1d708f1086fc687e62e1895f8fe2.tar.gz gentoo-2-95ac57ca10bd1d708f1086fc687e62e1895f8fe2.tar.bz2 gentoo-2-95ac57ca10bd1d708f1086fc687e62e1895f8fe2.zip |
Stable for HPPA (bug #554706).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-3.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index eb959f555c74..77c86ae2c233 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.70 2015/07/13 04:57:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.71 2015/07/18 08:43:07 jer Exp $ + + 18 Jul 2015; Jeroen Roovers <jer@gentoo.org> iperf-3.0.11.ebuild: + Stable for HPPA (bug #554706). 13 Jul 2015; Jeroen Roovers <jer@gentoo.org> iperf-3.0.11.ebuild: Stable for PPC64 (bug #554706). diff --git a/net-misc/iperf/iperf-3.0.11.ebuild b/net-misc/iperf/iperf-3.0.11.ebuild index b954bbf0be6e..fe6b8bbe91ba 100644 --- a/net-misc/iperf/iperf-3.0.11.ebuild +++ b/net-misc/iperf/iperf-3.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.11.ebuild,v 1.2 2015/07/13 04:57:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.11.ebuild,v 1.3 2015/07/18 08:43:07 jer Exp $ EAPI=5 inherit autotools eutils @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="3" HOMEPAGE="https://github.com/esnet/iperf/" SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" +KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" IUSE="static-libs" src_prepare() { |