diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-07-22 18:18:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-07-22 18:18:04 +0000 |
commit | 4d2e1c61e8257f4b661ac1807d1b73907b67789e (patch) | |
tree | d6ca48787a26054cd968e1b139345e8b466b08a1 /net-misc/iperf | |
parent | Mask USE="consolekit" for sys-auth/pambase to match arch/alpha/package.use.ma... (diff) | |
download | gentoo-2-4d2e1c61e8257f4b661ac1807d1b73907b67789e.tar.gz gentoo-2-4d2e1c61e8257f4b661ac1807d1b73907b67789e.tar.bz2 gentoo-2-4d2e1c61e8257f4b661ac1807d1b73907b67789e.zip |
Add ~mips. Bug #517754
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'net-misc/iperf')
-rw-r--r-- | net-misc/iperf/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/iperf/iperf-3.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/iperf/ChangeLog b/net-misc/iperf/ChangeLog index ac690d438b42..ac482a6db801 100644 --- a/net-misc/iperf/ChangeLog +++ b/net-misc/iperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/iperf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.49 2014/07/19 18:08:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/ChangeLog,v 1.50 2014/07/22 18:18:04 hwoarang Exp $ + + 22 Jul 2014; Markos Chandras <hwoarang@gentoo.org> iperf-3.0.5.ebuild: + Add ~mips. Bug #517754 19 Jul 2014; Jeroen Roovers <jer@gentoo.org> iperf-2.0.5.ebuild, iperf-2.0.5-r1.ebuild, iperf-2.0.5-r2.ebuild, iperf-3.0.5.ebuild: diff --git a/net-misc/iperf/iperf-3.0.5.ebuild b/net-misc/iperf/iperf-3.0.5.ebuild index 304ea61bf493..e81a6bbf4a66 100644 --- a/net-misc/iperf/iperf-3.0.5.ebuild +++ b/net-misc/iperf/iperf-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.5.ebuild,v 1.3 2014/07/19 18:08:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-3.0.5.ebuild,v 1.4 2014/07/22 18:18:04 hwoarang 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 ~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() { |