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 4013B138359 for ; Tue, 18 Aug 2020 11:10:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663D9E08C8; Tue, 18 Aug 2020 11:10:43 +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 4B249E08C8 for ; Tue, 18 Aug 2020 11:10:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 90AE134EF6C for ; Tue, 18 Aug 2020 11:10:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9412D22B for ; Tue, 18 Aug 2020 11:10:22 +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: <1597749019.d5af0ceadc4a82de135b5083fb1e028809e86ae0.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-2.0.14a.ebuild net-misc/iperf/iperf-2.99999.99999.ebuild X-VCS-Directories: net-misc/iperf/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d5af0ceadc4a82de135b5083fb1e028809e86ae0 X-VCS-Branch: master Date: Tue, 18 Aug 2020 11:10:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e117431-5761-4513-a45e-00a52c243ad1 X-Archives-Hash: 82fbfaec9bbd8589f55041ab0e16f01e commit: d5af0ceadc4a82de135b5083fb1e028809e86ae0 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 18 11:10:00 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 18 11:10:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5af0cea net-misc/iperf: Set AR Package-Manager: Portage-3.0.3, Repoman-3.0.0 Closes: https://bugs.gentoo.org/737832 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/iperf/iperf-2.0.14a.ebuild | 7 ++++++- net-misc/iperf/iperf-2.99999.99999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/net-misc/iperf/iperf-2.0.14a.ebuild b/net-misc/iperf/iperf-2.0.14a.ebuild index 25750ac9167..15f7dc5179f 100644 --- a/net-misc/iperf/iperf-2.0.14a.ebuild +++ b/net-misc/iperf/iperf-2.0.14a.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit toolchain-funcs DESCRIPTION="Tool to measure IP bandwidth using UDP or TCP" HOMEPAGE="https://sourceforge.net/projects/iperf2/" @@ -26,6 +27,10 @@ src_configure() { $(use_enable threads) } +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { default dodoc doc/* diff --git a/net-misc/iperf/iperf-2.99999.99999.ebuild b/net-misc/iperf/iperf-2.99999.99999.ebuild index 0e887f4a4e2..5d1c5b42d4a 100644 --- a/net-misc/iperf/iperf-2.99999.99999.ebuild +++ b/net-misc/iperf/iperf-2.99999.99999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit git-r3 +inherit git-r3 toolchain-funcs DESCRIPTION="Tool to measure IP bandwidth using UDP or TCP" HOMEPAGE="https://sourceforge.net/projects/iperf2/" @@ -25,6 +25,10 @@ src_configure() { $(use_enable threads) } +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { default dodoc doc/*