From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd/
Date: Sun, 20 Mar 2022 00:16:48 +0000 (UTC) [thread overview]
Message-ID: <1647734951.ef265e16006f2553ec5db1baba5303f7707bab05.sam@gentoo> (raw)
commit: ef265e16006f2553ec5db1baba5303f7707bab05
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:09:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:09:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef265e16
mail-filter/policyd: [QA] fix tc-get* quoting
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/policyd/policyd-1.82-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/policyd/policyd-1.82-r4.ebuild b/mail-filter/policyd/policyd-1.82-r4.ebuild
index ff0daf33992c..fdf57b2112b7 100644
--- a/mail-filter/policyd/policyd-1.82-r4.ebuild
+++ b/mail-filter/policyd/policyd-1.82-r4.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=7
@@ -42,7 +42,7 @@ src_configure() {
}
src_compile() {
- emake CC=$(tc-getCC) build
+ emake CC="$(tc-getCC)" build
}
src_install() {
next reply other threads:[~2022-03-20 0:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 0:16 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-29 6:47 [gentoo-commits] repo/gentoo:master commit in: mail-filter/policyd/ Sam James
2021-02-14 10:36 David Seifert
2019-10-07 9:09 Michał Górny
2019-10-07 8:59 Agostino Sarubbo
2019-02-13 15:14 Brian Evans
2019-01-07 19:15 Lars Wendler
2015-10-11 0:27 Anthony G. Basile
2015-10-11 0:26 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647734951.ef265e16006f2553ec5db1baba5303f7707bab05.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox