From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D18F2138331 for ; Thu, 6 Oct 2016 05:31:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310CAE0B24; Thu, 6 Oct 2016 05:31:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE39AE0B24 for ; Thu, 6 Oct 2016 05:31:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A65E734121A for ; Thu, 6 Oct 2016 05:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A2E2497 for ; Thu, 6 Oct 2016 05:31:36 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475731871.99c601317f73cb95bcdacf9ebe58940451b1089b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iperf/iperf-3.1.3.ebuild X-VCS-Directories: net-misc/iperf/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 99c601317f73cb95bcdacf9ebe58940451b1089b X-VCS-Branch: master Date: Thu, 6 Oct 2016 05:31:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d56ecc41-e47a-46f5-bc04-eacc0cc34f14 X-Archives-Hash: efcbc173eef2f65420c221cd4fddce60 commit: 99c601317f73cb95bcdacf9ebe58940451b1089b Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 6 05:31:11 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 6 05:31:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c60131 net-misc/iperf: Stable for HPPA PPC64 (bug #596256). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches net-misc/iperf/iperf-3.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/iperf/iperf-3.1.3.ebuild b/net-misc/iperf/iperf-3.1.3.ebuild index 6763612..d082459 100644 --- a/net-misc/iperf/iperf-3.1.3.ebuild +++ b/net-misc/iperf/iperf-3.1.3.ebuild @@ -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/_beta/b} -> ${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 sctp" DEPEND="sctp? ( net-misc/lksctp-tools )"