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 D893A1382C5 for ; Sat, 24 Apr 2021 06:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E9EE0830; Sat, 24 Apr 2021 06:38:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C0986E0830 for ; Sat, 24 Apr 2021 06:38:50 +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 5F4C434127A for ; Sat, 24 Apr 2021 06:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09005722 for ; Sat, 24 Apr 2021 06:38:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619195524.3537c63f2c5fd1ecca3fe14213865a67087661bd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/iotop-c/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-process/iotop-c/iotop-c-1.17-r1.ebuild X-VCS-Directories: sys-process/iotop-c/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3537c63f2c5fd1ecca3fe14213865a67087661bd X-VCS-Branch: master Date: Sat, 24 Apr 2021 06:38:48 +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: 84e96362-1430-4a6b-8718-385d5928105f X-Archives-Hash: 7ca4bf16034e0e5a34984ddd9995a6ce commit: 3537c63f2c5fd1ecca3fe14213865a67087661bd Author: Zamarin Arthur gmail com> AuthorDate: Fri Apr 23 16:32:04 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 16:32:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3537c63f sys-process/iotop-c: fix CC and PKG_CONFIG calls Closes: https://bugs.gentoo.org/785148 Signed-off-by: Zamarin Arthur gmail.com> sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild index ad5cd74c1..d778526f6 100644 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild +++ b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit fcaps linux-info +inherit fcaps linux-info toolchain-funcs DESCRIPTION="top utility for IO (C port)" HOMEPAGE="https://github.com/Tomas-M/iotop" @@ -27,7 +27,7 @@ FILECAPS=( ) src_compile() { - emake V=1 + emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" } src_install() {