diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 07:19:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 07:19:41 +0000 |
commit | 0a2abb9b6bab8d787d51471e6503d1ba80a05ff1 (patch) | |
tree | b05b8c69315bfb6f7f9760754ab32d858b30d57d /net-misc/iperf | |
parent | Stable for x86, wrt bug #555086 (diff) | |
download | gentoo-2-0a2abb9b6bab8d787d51471e6503d1ba80a05ff1.tar.gz gentoo-2-0a2abb9b6bab8d787d51471e6503d1ba80a05ff1.tar.bz2 gentoo-2-0a2abb9b6bab8d787d51471e6503d1ba80a05ff1.zip |
Stable for x86, wrt bug #554706
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/iperf')
-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 88d4550874d0..ac5b2cf393bf 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.74 2015/08/03 11:56:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.75 2015/08/06 07:19:41 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> iperf-3.0.11.ebuild: + Stable for x86, wrt bug #554706 03 Aug 2015; Agostino Sarubbo <ago@gentoo.org> iperf-3.0.11.ebuild: Stable for amd64, wrt bug #554706 diff --git a/net-misc/iperf/iperf-3.0.11.ebuild b/net-misc/iperf/iperf-3.0.11.ebuild index 4776d1f5a949..537ae6592a65 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.6 2015/08/03 11:56:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.11.ebuild,v 1.7 2015/08/06 07:19:41 ago 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() { |