From 7992e466805b6d59bce2e7f4076dcec0e76f6134 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Mar 2022 18:49:54 +0000 Subject: 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 --- sci-chemistry/mustang/mustang-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/mustang') 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}" } -- cgit v1.2.3-65-gdbad