From ef265e16006f2553ec5db1baba5303f7707bab05 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Mar 2022 00:09:11 +0000 Subject: mail-filter/policyd: [QA] fix tc-get* quoting This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James --- mail-filter/policyd/policyd-1.82-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail-filter/policyd') diff --git a/mail-filter/policyd/policyd-1.82-r4.ebuild b/mail-filter/policyd/policyd-1.82-r4.ebuild index ff0daf33992c..fdf57b2112b7 100644 --- a/mail-filter/policyd/policyd-1.82-r4.ebuild +++ b/mail-filter/policyd/policyd-1.82-r4.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() { } src_compile() { - emake CC=$(tc-getCC) build + emake CC="$(tc-getCC)" build } src_install() { -- cgit v1.2.3-65-gdbad