Skip to content

Commit

Permalink
app-misc/cdspeed: quote $(tc-*) calls
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Mar 19, 2022
1 parent ce2b10f commit a60f067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-misc/cdspeed/cdspeed-0.4-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit a60f067

Please sign in to comment.