summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-26 00:17:35 +0000
committerSam James <sam@gentoo.org>2022-03-26 00:17:35 +0000
commita79198a24b463fb3881c3eb97f2963ed4a18824e (patch)
treecf12ccf6ec93c05f6650a34628eb27020c2b6d0e /sys-apps
parentwww-client/w3mmee: [QA] fix tc-get* quoting (diff)
downloadgentoo-a79198a24b463fb3881c3eb97f2963ed4a18824e.tar.gz
gentoo-a79198a24b463fb3881c3eb97f2963ed4a18824e.tar.bz2
gentoo-a79198a24b463fb3881c3eb97f2963ed4a18824e.zip
sys-apps/restartd: [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 'sys-apps')
-rw-r--r--sys-apps/restartd/restartd-0.2.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/restartd/restartd-0.2.2-r1.ebuild b/sys-apps/restartd/restartd-0.2.2-r1.ebuild
index 6f78d10eb3a3..63a0de4222ca 100644
--- a/sys-apps/restartd/restartd-0.2.2-r1.ebuild
+++ b/sys-apps/restartd/restartd-0.2.2-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=7
@@ -22,7 +22,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC) C_ARGS="${CFLAGS}"
+ emake CC="$(tc-getCC)" C_ARGS="${CFLAGS}"
}
src_install() {