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-libs/urt/
Date: Sat, 19 Mar 2022 23:39:40 +0000 (UTC)	[thread overview]
Message-ID: <1647732932.b70dea2a4e00f4e90fd2893b3832674f4c799c58.sam@gentoo> (raw)

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

media-libs/urt: [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-libs/urt/urt-3.1b-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/urt/urt-3.1b-r3.ebuild b/media-libs/urt/urt-3.1b-r3.ebuild
index 4bb63a9695dd..a1f40effaf39 100644
--- a/media-libs/urt/urt-3.1b-r3.ebuild
+++ b/media-libs/urt/urt-3.1b-r3.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
@@ -76,8 +76,8 @@ src_configure() {
 src_compile() {
 	tc-export AR RANLIB
 
-	emake CC=$(tc-getCC) -C lib buildlibso
-	emake CC=$(tc-getCC)
+	emake CC="$(tc-getCC)" -C lib buildlibso
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {


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

Thread overview: 18+ 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 --
2021-11-19 11:33 [gentoo-commits] repo/gentoo:master commit in: media-libs/urt/ Sam James
2021-11-06  5:57 Sam James
2021-01-06 14:27 Fabian Groffen
2020-12-04 18:36 Aaron Bauman
2020-12-04 14:24 Mikle Kolyada
2020-12-02 22:39 Sam James
2020-03-29 10:03 Sergei Trofimovich
2019-06-13  4:45 Markus Meier
2019-05-13  0:38 Thomas Deutschmann
2019-05-07  8:46 Tobias Klausmann
2019-04-28 20:27 Mikle Kolyada
2019-04-20  7:47 Sergei Trofimovich
2019-04-13 19:10 Agostino Sarubbo
2019-04-13 14:09 Aaron Bauman
2019-04-07 21:00 Sergei Trofimovich
2018-08-15  7:28 Jeroen Roovers
2016-01-15 20:35 Mike Frysinger

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=1647732932.b70dea2a4e00f4e90fd2893b3832674f4c799c58.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