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: media-sound/chuck/
Date: Sat, 19 Mar 2022 23:45:10 +0000 (UTC)	[thread overview]
Message-ID: <1647733299.4626183d007c90dc25b9c63195ffa7303a54b3a9.sam@gentoo> (raw)

commit:     4626183d007c90dc25b9c63195ffa7303a54b3a9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:41:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:41:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4626183d

media-sound/chuck: [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>

 media-sound/chuck/chuck-1.4.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/chuck/chuck-1.4.1.0.ebuild b/media-sound/chuck/chuck-1.4.1.0.ebuild
index 7bfdf97b999c..21730ecc4a19 100644
--- a/media-sound/chuck/chuck-1.4.1.0.ebuild
+++ b/media-sound/chuck/chuck-1.4.1.0.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
@@ -32,7 +32,7 @@ compile_backend() {
 	backend=$1
 	pushd "${S}/src" &>/dev/null || die
 	einfo "Compiling against ${backend}"
-	emake CC=$(tc-getCC) CXX=$(tc-getCXX) linux-${backend}
+	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" linux-${backend}
 	mv chuck{,-${backend}} || die
 	emake clean
 	popd &>/dev/null || die


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

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19 23:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-20 18:37 [gentoo-commits] repo/gentoo:master commit in: media-sound/chuck/ Miroslav Šulc
2025-04-19 18:02 Miroslav Šulc
2025-02-08  9:13 Miroslav Šulc
2025-02-06 22:03 Sam James
2025-02-06 22:03 Sam James
2025-01-05 17:49 Arthur Zamarin
2025-01-05 17:49 Arthur Zamarin
2025-01-04 11:48 Miroslav Šulc
2025-01-01 16:01 Miroslav Šulc
2024-12-30  1:09 Sam James
2024-12-30  1:09 Sam James
2024-12-06  9:59 Sam James
2024-12-06  9:59 Sam James
2024-12-06  9:20 Miroslav Šulc
2024-11-24  9:24 Miroslav Šulc
2024-11-05  9:48 Miroslav Šulc
2024-11-03  8:36 Miroslav Šulc
2022-07-22  7:49 Agostino Sarubbo
2022-07-22  7:43 Agostino Sarubbo
2022-05-21  6:25 Miroslav Šulc
2021-07-29  8:20 Miroslav Šulc
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-06-27  9:36 Miroslav Šulc
2021-05-28 15:57 David Seifert
2020-09-05 15:15 Sam James
2020-09-02  8:57 Miroslav Šulc
2020-08-02 12:27 Miroslav Šulc
2018-11-09  0:43 Andreas Sturmlechner
2018-09-05 21:18 Andreas Sturmlechner
2016-08-07  8:37 Tim Harder

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=1647733299.4626183d007c90dc25b9c63195ffa7303a54b3a9.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