commit:     3a07439dab6c90a145abb6b403c76eb43bfad2b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:50:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:50:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a07439d

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 <sam <AT> gentoo.org>

 games-engines/residualvm/residualvm-0.3.1-r2.ebuild | 4 ++--
 games-engines/residualvm/residualvm-9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

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

Reply via email to