From 3a07439dab6c90a145abb6b403c76eb43bfad2b2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 19 Mar 2022 23:50:26 +0000 Subject: games-engines/residualvm: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James --- games-engines/residualvm/residualvm-0.3.1-r2.ebuild | 4 ++-- games-engines/residualvm/residualvm-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games-engines') diff --git a/games-engines/residualvm/residualvm-0.3.1-r2.ebuild b/games-engines/residualvm/residualvm-0.3.1-r2.ebuild index 43512e6b067d..327b61a26d51 100644 --- a/games-engines/residualvm/residualvm-0.3.1-r2.ebuild +++ b/games-engines/residualvm/residualvm-0.3.1-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 @@ -77,7 +77,7 @@ src_configure() { } src_compile() { - emake AR="$(tc-getAR) cru" RANLIB=$(tc-getRANLIB) + emake AR="$(tc-getAR) cru" RANLIB="$(tc-getRANLIB)" } src_install() { diff --git a/games-engines/residualvm/residualvm-9999.ebuild b/games-engines/residualvm/residualvm-9999.ebuild index 18b1a8d14d7c..704091853c9a 100644 --- a/games-engines/residualvm/residualvm-9999.ebuild +++ b/games-engines/residualvm/residualvm-9999.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 @@ -73,7 +73,7 @@ src_configure() { } src_compile() { - emake AR="$(tc-getAR) cru" RANLIB=$(tc-getRANLIB) + emake AR="$(tc-getAR) cru" RANLIB="$(tc-getRANLIB)" } src_install() { -- cgit v1.2.3-65-gdbad