summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2022-04-22 14:22:36 +0200
committerSam James <sam@gentoo.org>2022-04-23 02:19:41 +0100
commit51b695194d00d2509a47974e3d55439a83635cb4 (patch)
tree6e3f1c7ea860de4a298b01ef08f5756907b406f6 /x11-plugins/gkrellm-cpupower
parentprofiles/features/musl: mask glibc binary net-print/cnijfilter2 (diff)
downloadgentoo-51b695194d00d2509a47974e3d55439a83635cb4.tar.gz
gentoo-51b695194d00d2509a47974e3d55439a83635cb4.tar.bz2
gentoo-51b695194d00d2509a47974e3d55439a83635cb4.zip
x11-plugins/gkrellm-cpupower: fix recursive variable CC
Closes: https://bugs.gentoo.org/840005 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/25157 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-cpupower')
-rw-r--r--x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r2.ebuild b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r2.ebuild
index ddb490d7448c..a3c27d5e817e 100644
--- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r2.ebuild
+++ b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r2.ebuild
@@ -35,7 +35,7 @@ src_compile() {
src_install() {
local PLUGIN_SO=( cpupower$(get_modname) )
gkrellm-plugin_src_install
- emake DESTDIR="${D}" install-sudo
+ emake CC="$(tc-getCC)" DESTDIR="${D}" install-sudo
}
pkg_postinst() {