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: dev-util/cccc/
Date: Sun, 20 Mar 2022 00:38:37 +0000 (UTC)	[thread overview]
Message-ID: <1647736611.e27d6c8236023010bb49d8b9cfbd9208cd445aa2.sam@gentoo> (raw)

commit:     e27d6c8236023010bb49d8b9cfbd9208cd445aa2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:36:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:36:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27d6c82

dev-util/cccc: [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>

 dev-util/cccc/cccc-3.1.5-r1.ebuild | 10 +++++-----
 dev-util/cccc/cccc-3.1.6.ebuild    | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-util/cccc/cccc-3.1.5-r1.ebuild b/dev-util/cccc/cccc-3.1.5-r1.ebuild
index dae3638d11a6..e65776be2ba5 100644
--- a/dev-util/cccc/cccc-3.1.5-r1.ebuild
+++ b/dev-util/cccc/cccc-3.1.5-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
@@ -35,16 +35,16 @@ src_prepare() {
 src_compile() {
 	tc-export CC CXX LD AS AR NM RANLIB STRIP OBJCOPY
 	if use debug ; then
-		DEBUG="true" emake -j1 CCC=$(tc-getCXX) CC=$(tc-getCC) cccc
+		DEBUG="true" emake -j1 CCC="$(tc-getCXX)" CC="$(tc-getCC)" cccc
 	else
-		emake -j1 CCC=$(tc-getCXX) CC=$(tc-getCC) cccc
+		emake -j1 CCC="$(tc-getCXX)" CC="$(tc-getCC)" cccc
 	fi
 
-	use apidoc && emake -j1 CCC=$(tc-getCXX) metrics docs
+	use apidoc && emake -j1 CCC="$(tc-getCXX)" metrics docs
 }
 
 src_test() {
-	emake -j1 CCC=$(tc-getCXX) test
+	emake -j1 CCC="$(tc-getCXX)" test
 }
 
 src_install() {

diff --git a/dev-util/cccc/cccc-3.1.6.ebuild b/dev-util/cccc/cccc-3.1.6.ebuild
index 412e571310bd..07e35cae7b41 100644
--- a/dev-util/cccc/cccc-3.1.6.ebuild
+++ b/dev-util/cccc/cccc-3.1.6.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
@@ -35,16 +35,16 @@ src_prepare() {
 src_compile() {
 	tc-export CC CXX LD AS AR NM RANLIB STRIP OBJCOPY
 	if use debug ; then
-		DEBUG="true" emake -j1 CCC=$(tc-getCXX) CC=$(tc-getCC) cccc
+		DEBUG="true" emake -j1 CCC="$(tc-getCXX)" CC="$(tc-getCC)" cccc
 	else
-		emake -j1 CCC=$(tc-getCXX) CC=$(tc-getCC) cccc
+		emake -j1 CCC="$(tc-getCXX)" CC="$(tc-getCC)" cccc
 	fi
 
-	use apidoc && emake -j1 CCC=$(tc-getCXX) metrics docs
+	use apidoc && emake -j1 CCC="$(tc-getCXX)" metrics docs
 }
 
 src_test() {
-	emake -j1 CCC=$(tc-getCXX) test
+	emake -j1 CCC="$(tc-getCXX)" test
 }
 
 src_install() {


             reply	other threads:[~2022-03-20  0:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-20  0:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-24  6:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/cccc/ Sam James
2023-06-24  2:59 Sam James
2022-07-12 20:19 Steve Arnold
2022-07-10 15:45 Sam James
2022-04-17 19:00 Sam James
2020-10-06 22:59 Steve Arnold
2020-10-04 17:20 Steve Arnold
2020-02-09 13:14 David Seifert
2019-05-05 18:31 Steve Arnold
2016-03-02  4:25 Ian Delaney
2016-02-12 18:55 Steve Arnold

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=1647736611.e27d6c8236023010bb49d8b9cfbd9208cd445aa2.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