From 459e17b66109e9e032ee34210efbdda5d731a06c Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Mar 2022 00:16:46 +0100 Subject: [PATCH] app-misc/dvtm: quote $(tc-*) calls Signed-off-by: David Seifert --- app-misc/dvtm/dvtm-0.15-r5.ebuild | 4 ++-- app-misc/dvtm/dvtm-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/dvtm/dvtm-0.15-r5.ebuild b/app-misc/dvtm/dvtm-0.15-r5.ebuild index 03d27797b75b0..f84d708753a0a 100644 --- a/app-misc/dvtm/dvtm-0.15-r5.ebuild +++ b/app-misc/dvtm/dvtm-0.15-r5.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=6 @@ -39,7 +39,7 @@ src_compile() { tc-export PKG_CONFIG local msg="" use savedconfig && msg=", please check the configfile" - emake CC=$(tc-getCC) ${PN} + emake CC="$(tc-getCC)" ${PN} } src_install() { diff --git a/app-misc/dvtm/dvtm-9999.ebuild b/app-misc/dvtm/dvtm-9999.ebuild index da58898096e00..c7b6d74ec5e0f 100644 --- a/app-misc/dvtm/dvtm-9999.ebuild +++ b/app-misc/dvtm/dvtm-9999.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=6 @@ -39,7 +39,7 @@ src_compile() { tc-export PKG_CONFIG local msg="" use savedconfig && msg=", please check the configfile" - emake CC=$(tc-getCC) ${PN} + emake CC="$(tc-getCC)" ${PN} } src_install() {