commit:     2c3486ba96b2d858a398274f56b862c2e04b78a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:13:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:13:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c3486ba

x11-misc/xplanet: [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-misc/xplanet/xplanet-1.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild 
b/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
index 581d092126e2..c557e893a087 100644
--- a/x11-misc/xplanet/xplanet-1.3.1-r2.ebuild
+++ b/x11-misc/xplanet/xplanet-1.3.1-r2.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
@@ -69,5 +69,5 @@ src_configure() {
 }
 
 src_compile() {
-       emake AR=$(tc-getAR)
+       emake AR="$(tc-getAR)"
 }

Reply via email to