diff options
author | 2022-03-20 00:16:46 +0100 | |
---|---|---|
committer | 2022-03-20 00:16:46 +0100 | |
commit | 459e17b66109e9e032ee34210efbdda5d731a06c (patch) | |
tree | b26388531577b4fc00f00d05dd657571f4acda58 /app-misc | |
parent | app-misc/cdspeed: quote $(tc-*) calls (diff) | |
download | gentoo-459e17b66109e9e032ee34210efbdda5d731a06c.tar.gz gentoo-459e17b66109e9e032ee34210efbdda5d731a06c.tar.bz2 gentoo-459e17b66109e9e032ee34210efbdda5d731a06c.zip |
app-misc/dvtm: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dvtm/dvtm-0.15-r5.ebuild | 4 | ||||
-rw-r--r-- | 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() { |