commit:     459e17b66109e9e032ee34210efbdda5d731a06c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459e17b6

app-misc/dvtm: quote $(tc-*) calls

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 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 03d27797b75b..f84d708753a0 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 da58898096e0..c7b6d74ec5e0 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() {

Reply via email to