commit:     3719114eb3a48358e5125e86a67f43aa92d3b507
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:58:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:01:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3719114e

sys-apps/pcsc-tools: [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>

 sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild | 4 ++--
 sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild 
b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
index add6360afa55..951db2412435 100644
--- a/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
+++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ DOCS=(
 src_compile() {
        # explicitly only build the pcsc_scan application, or the man
        # pages will be gzipped first, and then unpacked.
-       emake pcsc_scan CC=$(tc-getCC)
+       emake pcsc_scan CC="$(tc-getCC)"
 }
 
 src_install() {

diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild 
b/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild
index d3b2711916dc..18bbcf455751 100644
--- a/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild
+++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,7 @@ DOCS=(
 src_compile() {
        # explicitly only build the pcsc_scan application, or the man
        # pages will be gzipped first, and then unpacked.
-       emake pcsc_scan CC=$(tc-getCC)
+       emake pcsc_scan CC="$(tc-getCC)"
 }
 
 src_install() {

Reply via email to