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.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
index a51688d15102..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-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://linuxfocus.org/~guido/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~mips ppc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ppc x86"
src_prepare() {
default
@@ -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() {