diff options
author | 2015-07-18 08:43:09 +0000 | |
---|---|---|
committer | 2015-07-18 08:43:09 +0000 | |
commit | 1c1a5079f5cf521b998ea6ada49395004a7635eb (patch) | |
tree | 01693675b573fa05cd99c6f4f29686d9e5484cca /net-misc/iperf/iperf-3.0.11.ebuild | |
parent | fixing minor typo, no installed files changed (diff) | |
download | historical-1c1a5079f5cf521b998ea6ada49395004a7635eb.tar.gz historical-1c1a5079f5cf521b998ea6ada49395004a7635eb.tar.bz2 historical-1c1a5079f5cf521b998ea6ada49395004a7635eb.zip |
Stable for HPPA (bug #554706).
Package-Manager: portage-2.2.20/cvs/Linux x86_64
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-misc/iperf/iperf-3.0.11.ebuild')
-rw-r--r-- | net-misc/iperf/iperf-3.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |