commit:     560eef716678490a8a4a67afa4803cb2b34f719a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:41:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:41:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560eef71

net-mail/popa3d: [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>

 net-mail/popa3d/popa3d-1.0.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/popa3d/popa3d-1.0.2-r2.ebuild 
b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild
index 47383afa0c2f..4cb433f446ee 100644
--- a/net-mail/popa3d/popa3d-1.0.2-r2.ebuild
+++ b/net-mail/popa3d/popa3d-1.0.2-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
@@ -156,7 +156,7 @@ src_compile() {
        emake LIBS="${LIBS} -lcrypt" \
                CFLAGS="${CFLAGS}" \
                LDFLAGS="${LDFLAGS}" \
-               CC=$(tc-getCC)
+               CC="$(tc-getCC)"
 }
 
 src_install() {

Reply via email to