summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-20 00:49:00 +0000
committerSam James <sam@gentoo.org>2022-03-20 00:49:00 +0000
commit9ec28c5d3f795058f4cfa314e11da5efe983f045 (patch)
tree8fce462213d70740159db7acfaea54d98c524ae3 /dev-libs
parentdev-libs/libpfm: [QA] fix tc-get* quoting (diff)
downloadgentoo-9ec28c5d3f795058f4cfa314e11da5efe983f045.tar.gz
gentoo-9ec28c5d3f795058f4cfa314e11da5efe983f045.tar.bz2
gentoo-9ec28c5d3f795058f4cfa314e11da5efe983f045.zip
dev-libs/dotconf: [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-libs')
-rw-r--r--dev-libs/dotconf/dotconf-1.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dotconf/dotconf-1.3-r1.ebuild b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
index c0e1eb1fac7b..8aee7539c6b2 100644
--- a/dev-libs/dotconf/dotconf-1.3-r1.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,7 +22,7 @@ src_configure() {
}
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
pkg_postinst() {