summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/cdspeed/cdspeed-0.4-r2.ebuild')
-rw-r--r--app-misc/cdspeed/cdspeed-0.4-r2.ebuild4
1 files 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() {