From 1e47066cd2e80fd7149100e6b4bf232164d3bebc Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Mar 2022 00:16:42 +0100 Subject: app-editors/xemacs: quote $(tc-*) calls Signed-off-by: David Seifert --- app-editors/xemacs/xemacs-21.4.24-r3.ebuild | 4 ++-- app-editors/xemacs/xemacs-21.4.24-r4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/xemacs/xemacs-21.4.24-r3.ebuild b/app-editors/xemacs/xemacs-21.4.24-r3.ebuild index 9b7467a98c25..a0b28559a0a5 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-r3.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 # Note: xemacs currently does not work with position independent code @@ -184,7 +184,7 @@ src_configure() { $(use_with ldap ) \ $(use_with eolconv file-coding ) \ $(use_with pop ) \ - --compiler=$(tc-getCC) \ + --compiler="$(tc-getCC)" \ --prefix=/usr \ --without-canna \ --with-ncurses \ diff --git a/app-editors/xemacs/xemacs-21.4.24-r4.ebuild b/app-editors/xemacs/xemacs-21.4.24-r4.ebuild index 53953b0528d1..ad783065d393 100644 --- a/app-editors/xemacs/xemacs-21.4.24-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24-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 # Note: xemacs currently does not work with position independent code @@ -184,7 +184,7 @@ src_configure() { $(use_with ldap ) \ $(use_with eolconv file-coding ) \ $(use_with pop ) \ - --compiler=$(tc-getCC) \ + --compiler="$(tc-getCC)" \ --prefix=/usr \ --without-canna \ --with-ncurses \ -- cgit v1.2.3-65-gdbad