Gentoo Archives: gentoo-commits

From: Zamarin Arthur <arthurzam+gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/
Date: Fri, 23 Apr 2021 16:33:15
Message-Id: 1619195524.3537c63f2c5fd1ecca3fe14213865a67087661bd.arthurzam@gentoo
1 commit: 3537c63f2c5fd1ecca3fe14213865a67087661bd
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 23 16:32:04 2021 +0000
4 Commit: Zamarin Arthur <arthurzam+gentoo <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 23 16:32:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3537c63f
7
8 sys-process/iotop-c: fix CC and PKG_CONFIG calls
9
10 Closes: https://bugs.gentoo.org/785148
11 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
12
13 sys-process/iotop-c/iotop-c-1.17-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
17 index ad5cd74c1..d778526f6 100644
18 --- a/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
19 +++ b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit fcaps linux-info
25 +inherit fcaps linux-info toolchain-funcs
26
27 DESCRIPTION="top utility for IO (C port)"
28 HOMEPAGE="https://github.com/Tomas-M/iotop"
29 @@ -27,7 +27,7 @@ FILECAPS=(
30 )
31
32 src_compile() {
33 - emake V=1
34 + emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
35 }
36
37 src_install() {