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

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

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

 app-misc/cdspeed/cdspeed-0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild 
b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
index 7cd276d56541..0b635367f64a 100644
--- a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
+++ b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ src_prepare() {
 }
 
 src_compile() {
-       emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC=$(tc-getCC)
+       emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC="$(tc-getCC)"
 }
 
 src_install() {

Reply via email to