From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/ufoai/
Date: Sun, 20 Mar 2022 00:26:20 +0000 (UTC) [thread overview]
Message-ID: <1647735944.7f112d47129b357d5165afd216c84a089f0acd10.sam@gentoo> (raw)
commit: 7f112d47129b357d5165afd216c84a089f0acd10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:25:44 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:25:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f112d47
games-strategy/ufoai: [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>
games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild
index dea50098a4cb..cd7b93cf6ac2 100644
--- a/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild
+++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603-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
@@ -113,7 +113,7 @@ src_configure() {
echo ./configure "${config[@]}"
- CC=$(tc-getCC) CXX=$(tc-getCXX) \
+ CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
./configure "${config[@]}" || die "configure failed"
}
next reply other threads:[~2022-03-20 0:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 0:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-28 19:04 [gentoo-commits] repo/gentoo:master commit in: games-strategy/ufoai/ James Le Cuirot
2024-09-28 19:04 James Le Cuirot
2024-04-18 19:48 Conrad Kostecki
2020-01-25 14:19 James Le Cuirot
2019-12-27 22:47 James Le Cuirot
2018-06-06 22:53 James Le Cuirot
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=1647735944.7f112d47129b357d5165afd216c84a089f0acd10.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