From d6f8919b817dee2b8cd5485525a81eb7e11267a9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Mar 2022 18:49:47 +0000 Subject: sci-chemistry/moldy: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James --- sci-chemistry/moldy/moldy-2.16e-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-chemistry/moldy') diff --git a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild index 2d49fa32d42e..e0c114cdbb87 100644 --- a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild +++ b/sci-chemistry/moldy/moldy-2.16e-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 @@ -42,7 +42,7 @@ src_configure() { OPT="${CFLAGS}" \ OPT2="${CFLAGS} ${CFLAGS_OPT}" \ - CC=$(tc-getCC) \ + CC="$(tc-getCC)" \ econf } -- cgit v1.2.3-65-gdbad