commit:     7992e466805b6d59bce2e7f4076dcec0e76f6134
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 18:49:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 18:51:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7992e466

sci-chemistry/mustang: [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>

 sci-chemistry/mustang/mustang-3.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mustang/mustang-3.2.2.ebuild 
b/sci-chemistry/mustang/mustang-3.2.2.ebuild
index d15a60e83945..cd4bec0fad09 100644
--- a/sci-chemistry/mustang/mustang-3.2.2.ebuild
+++ b/sci-chemistry/mustang/mustang-3.2.2.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=8
@@ -27,7 +27,7 @@ src_prepare() {
 
 src_compile() {
        emake \
-               CPP=$(tc-getCXX) \
+               CPP="$(tc-getCXX)" \
                CPPFLAGS="${CXXFLAGS}" \
                LDFLAGS="${LDFLAGS}"
 }

Reply via email to