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 4BA9E138332 for ; Fri, 6 Apr 2018 11:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57825E08A5; Fri, 6 Apr 2018 11:05:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CD13E08A5 for ; Fri, 6 Apr 2018 11:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59E78335C43 for ; Fri, 6 Apr 2018 11:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146C127A for ; Fri, 6 Apr 2018 11:05:17 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1523012704.09bfc695b4fefb45055faf43b1c92d545ea0fcb8.grobian@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.5.ebuild X-VCS-Directories: net-misc/iperf/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 09bfc695b4fefb45055faf43b1c92d545ea0fcb8 X-VCS-Branch: master Date: Fri, 6 Apr 2018 11:05:17 +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: f6feb7b1-931d-48f9-9d80-ba4d4c032757 X-Archives-Hash: a78b52c5bb5fa5dee6c1fce8f067a9c4 commit: 09bfc695b4fefb45055faf43b1c92d545ea0fcb8 Author: Fabian Groffen gentoo org> AuthorDate: Fri Apr 6 10:52:44 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Apr 6 11:05:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bfc695 net-misc/iperf: marked ~x64-macos, bug #650848 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/iperf/iperf-3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/iperf/iperf-3.5.ebuild b/net-misc/iperf/iperf-3.5.ebuild index 5943f9805db..3eb759c70f2 100644 --- a/net-misc/iperf/iperf-3.5.ebuild +++ b/net-misc/iperf/iperf-3.5.ebuild @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}archive/${PV/_/}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint" IUSE="sctp static-libs" DEPEND="sctp? ( net-misc/lksctp-tools )"