sys-process/iotop-c: fix CC and PKG_CONFIG calls

Closes: https://bugs.gentoo.org/785148
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
This commit is contained in:
Zamarin Arthur
2021-04-23 19:32:04 +03:00
parent e41a04e7f0
commit 3537c63f2c

View File

@@ -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() {