public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/
Date: Sat, 19 Mar 2022 23:39:40 +0000 (UTC)	[thread overview]
Message-ID: <1647733068.decc1eda51297921af4003ebf66fe1777eae794f.sam@gentoo> (raw)

commit:     decc1eda51297921af4003ebf66fe1777eae794f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:37:48 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:37:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decc1eda

games-fps/eduke32: [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-fps/eduke32/eduke32-20211202.9831.ebuild | 8 ++++----
 games-fps/eduke32/eduke32-20220204.9957.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-fps/eduke32/eduke32-20211202.9831.ebuild b/games-fps/eduke32/eduke32-20211202.9831.ebuild
index 514385fafcab..5381e50eb485 100644
--- a/games-fps/eduke32/eduke32-20211202.9831.ebuild
+++ b/games-fps/eduke32/eduke32-20211202.9831.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
@@ -108,9 +108,9 @@ src_unpack() {
 src_compile() {
 	local myemakeopts=(
 		ALLOCACHE_AS_MALLOC=0
-		AS=$(tc-getAS)
-		CC=$(tc-getCC)
-		CXX=$(tc-getCXX)
+		AS="$(tc-getAS)"
+		CC="$(tc-getCC)"
+		CXX="$(tc-getCXX)"
 		CLANG=0
 		CPLUSPLUS=1
 		CUSTOMOPT=""

diff --git a/games-fps/eduke32/eduke32-20220204.9957.ebuild b/games-fps/eduke32/eduke32-20220204.9957.ebuild
index ed27b1dc402c..065285a52412 100644
--- a/games-fps/eduke32/eduke32-20220204.9957.ebuild
+++ b/games-fps/eduke32/eduke32-20220204.9957.ebuild
@@ -109,9 +109,9 @@ src_unpack() {
 src_compile() {
 	local myemakeopts=(
 		ALLOCACHE_AS_MALLOC=0
-		AS=$(tc-getAS)
-		CC=$(tc-getCC)
-		CXX=$(tc-getCXX)
+		AS="$(tc-getAS)"
+		CC="$(tc-getCC)"
+		CXX="$(tc-getCXX)"
 		CLANG=0
 		CPLUSPLUS=1
 		CUSTOMOPT=""


             reply	other threads:[~2022-03-19 23:39 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19 23:39 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-29 13:08 [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/ Conrad Kostecki
2024-12-23 20:01 Conrad Kostecki
2024-12-23 20:01 Conrad Kostecki
2024-11-09  1:41 Conrad Kostecki
2024-06-22 20:01 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2024-03-28 14:10 Conrad Kostecki
2023-12-29 20:37 Conrad Kostecki
2023-10-12  0:07 Conrad Kostecki
2023-10-12  0:07 Conrad Kostecki
2023-10-02 18:40 Conrad Kostecki
2023-09-17 21:41 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-08-26 23:42 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2023-01-31 15:17 Conrad Kostecki
2022-11-15 22:41 Conrad Kostecki
2022-11-15 22:41 Conrad Kostecki
2022-10-01 23:33 Conrad Kostecki
2022-10-01 23:33 Conrad Kostecki
2022-09-10  8:41 Sam James
2022-08-11  7:37 Ionen Wolkens
2022-07-10 20:11 Conrad Kostecki
2022-06-25 14:57 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-04-23 21:24 Conrad Kostecki
2021-12-05 21:45 Conrad Kostecki
2021-12-05 21:45 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2021-10-23 12:27 Conrad Kostecki
2021-09-18 22:09 Conrad Kostecki
2021-09-18 22:09 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-08-07 22:49 Conrad Kostecki
2021-07-07 19:49 Conrad Kostecki
2021-06-28 19:19 Conrad Kostecki
2021-06-26 20:26 Conrad Kostecki
2021-06-26 20:26 Conrad Kostecki
2021-04-07 17:29 Conrad Kostecki
2021-04-07 17:29 Conrad Kostecki
2021-02-27 15:31 Conrad Kostecki
2021-02-27 14:58 Conrad Kostecki
2021-02-27 14:58 Conrad Kostecki
2021-01-30 22:00 Conrad Kostecki
2021-01-30 22:00 Conrad Kostecki
2021-01-24  4:53 Sam James
2021-01-10 23:21 Conrad Kostecki
2021-01-10 23:21 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2020-12-15 14:28 Conrad Kostecki
2020-12-15 14:28 Conrad Kostecki
2020-12-02 21:22 Conrad Kostecki
2020-12-02 21:22 Conrad Kostecki
2020-11-16 23:06 Conrad Kostecki
2020-09-05 11:45 Conrad Kostecki
2020-09-05 11:45 Conrad Kostecki
2020-09-04 23:14 Sam James
2020-08-25 22:19 Conrad Kostecki
2020-08-25 21:59 Conrad Kostecki
2020-08-25 21:59 Conrad Kostecki
2020-08-09 20:00 Conrad Kostecki
2020-05-10 19:25 Conrad Kostecki
2020-05-10 19:25 Conrad Kostecki
2020-03-20 21:53 Matt Turner
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2019-12-07  1:34 Conrad Kostecki
2019-12-05 21:47 Conrad Kostecki
2019-12-05 21:47 Conrad Kostecki
2019-10-16 21:54 James Le Cuirot
2019-10-16 21:54 James Le Cuirot
2019-10-08 22:47 James Le Cuirot
2019-10-08 22:47 James Le Cuirot
2019-09-19 21:32 James Le Cuirot
2019-09-19 21:32 James Le Cuirot
2019-08-24 19:51 James Le Cuirot
2019-08-24 19:51 James Le Cuirot
2019-07-21 21:36 James Le Cuirot
2019-07-21 21:36 James Le Cuirot
2019-04-22 22:00 James Le Cuirot
2019-04-07 22:34 James Le Cuirot
2019-04-07 22:34 James Le Cuirot
2019-03-09 22:50 James Le Cuirot
2019-03-09 22:50 James Le Cuirot
2019-03-09 22:50 James Le Cuirot
2019-01-28 23:02 Patrice Clement
2019-01-28 23:02 Patrice Clement
2018-10-30 10:34 Patrice Clement
2018-10-21 17:42 Michał Górny
2018-09-16 22:10 James Le Cuirot
2018-09-16 22:10 James Le Cuirot
2018-08-21 21:55 Patrice Clement
2018-08-21 21:55 Patrice Clement
2018-08-05 21:48 Patrice Clement
2018-08-05 21:48 Patrice Clement
2018-07-10 21:32 Tony Vroon
2018-07-02 11:22 Jeroen Roovers

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=1647733068.decc1eda51297921af4003ebf66fe1777eae794f.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