From f5f7fb7447e9f3b2f4a1a58c030b679aac63078f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Mar 2022 00:25:31 +0000 Subject: dev-games/hdl_dump: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James --- dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-games/hdl_dump') diff --git a/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild b/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild index 63f210da390d..64b4a2647bba 100644 --- a/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild +++ b/dev-games/hdl_dump/hdl_dump-0.9.2.20180722.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ src_prepare() { src_compile() { emake \ - CC=$(tc-getCC) \ + CC="$(tc-getCC)" \ RELEASE=$(usex debug no yes) \ IIN_OPTICAL_MMAP=yes } -- cgit v1.2.3-65-gdbad