summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-20 00:37:19 +0000
committerSam James <sam@gentoo.org>2022-03-20 00:37:19 +0000
commitfb8de3f06e8b503c958b5a0f14b88c19d3195359 (patch)
tree29ffd7475ab83a2eafb4c422f81871784b02e0b1 /dev-util/lockrun
parentdev-util/leaktracer: [QA] fix tc-get* quoting (diff)
downloadgentoo-fb8de3f06e8b503c958b5a0f14b88c19d3195359.tar.gz
gentoo-fb8de3f06e8b503c958b5a0f14b88c19d3195359.tar.bz2
gentoo-fb8de3f06e8b503c958b5a0f14b88c19d3195359.zip
dev-util/lockrun: [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 'dev-util/lockrun')
-rw-r--r--dev-util/lockrun/lockrun-20120508-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/lockrun/lockrun-20120508-r1.ebuild b/dev-util/lockrun/lockrun-20120508-r1.ebuild
index 33e668a9dea2..0500a760ea84 100644
--- a/dev-util/lockrun/lockrun-20120508-r1.ebuild
+++ b/dev-util/lockrun/lockrun-20120508-r1.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=6
@@ -20,7 +20,7 @@ src_unpack() {
}
src_compile() {
- emake CC=$(tc-getCC) ${PN}
+ emake CC="$(tc-getCC)" ${PN}
sed -i README -e '60q;s|^ \*||g' || die
}