commit:     e048e563ddb6d7009870285e05964577b35c0f39
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:42:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:00:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e048e563

net-misc/netkit-talk: [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-misc/netkit-talk/netkit-talk-0.17-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild 
b/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild
index 585a64aabeab..2afb9caf1300 100644
--- a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild
+++ b/net-misc/netkit-talk/netkit-talk-0.17-r7.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
@@ -34,7 +34,7 @@ src_prepare() {
 
 src_configure() {
        # not autotools based?
-       ./configure --with-c-compiler=$(tc-getCC) || die
+       ./configure --with-c-compiler="$(tc-getCC)" || die
 }
 
 src_compile() {

Reply via email to