summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-20 00:12:53 +0000
committerSam James <sam@gentoo.org>2022-03-20 00:12:53 +0000
commitbf3327e8d62c0db4308f49392a0324e94905b66e (patch)
tree19af4315da817a61739651e55132cd372684228e /x11-misc
parentmedia-video/projectx: [QA] fix tc-get* quoting (diff)
downloadgentoo-bf3327e8d62c0db4308f49392a0324e94905b66e.tar.gz
gentoo-bf3327e8d62c0db4308f49392a0324e94905b66e.tar.bz2
gentoo-bf3327e8d62c0db4308f49392a0324e94905b66e.zip
x11-misc/sent: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...) Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/sent/sent-1-r1.ebuild4
-rw-r--r--x11-misc/sent/sent-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/sent/sent-1-r1.ebuild b/x11-misc/sent/sent-1-r1.ebuild
index 8324b45871a4..4a36a2f9f469 100644
--- a/x11-misc/sent/sent-1-r1.ebuild
+++ b/x11-misc/sent/sent-1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -36,7 +36,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
src_install() {
diff --git a/x11-misc/sent/sent-9999.ebuild b/x11-misc/sent/sent-9999.ebuild
index 95b2d9227ca5..08ec94ec84d1 100644
--- a/x11-misc/sent/sent-9999.ebuild
+++ b/x11-misc/sent/sent-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
src_install() {