commit:     fe1fa5e0054d389665aa261f6f8aa33ffa080973
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:15:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:15:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1fa5e0

x11-plugins/wmrecord: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild 
b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
index 565cf6323752..2a7bb3927249 100644
--- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
+++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,7 +37,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake CC=$(tc-getCC) CFLAGS="${CFLAGS} -Wall"
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall"
 }
 
 src_install() {

Reply via email to