summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-03-20 00:16:46 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-20 00:16:46 +0100
commit459e17b66109e9e032ee34210efbdda5d731a06c (patch)
treeb26388531577b4fc00f00d05dd657571f4acda58 /app-misc/dvtm
parentapp-misc/cdspeed: quote $(tc-*) calls (diff)
downloadgentoo-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/dvtm')
-rw-r--r--app-misc/dvtm/dvtm-0.15-r5.ebuild4
-rw-r--r--app-misc/dvtm/dvtm-9999.ebuild4
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() {