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-tcltk/tclpython/
Date: Sun, 20 Mar 2022 00:53:33 +0000 (UTC)	[thread overview]
Message-ID: <1647737125.630ad25aa869ba84f007e3a816a13e93621046f1.sam@gentoo> (raw)

commit:     630ad25aa869ba84f007e3a816a13e93621046f1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:45:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:45:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630ad25a

dev-tcltk/tclpython: [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-tcltk/tclpython/tclpython-5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
index 92a9fda120d9..183afd5105c4 100644
--- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
+++ b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
@@ -25,13 +25,13 @@ RDEPEND="${DEPEND}"
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_compile() {
-	emake PKG_NAME=tclpython3 CC=$(tc-getCC) \
+	emake PKG_NAME=tclpython3 CC="$(tc-getCC)" \
 		MYCFLAGS="${CFLAGS}" \
 		MYLDFLAGS="${LDFLAGS} $(python_get_library_path)"
 }
 
 src_test() {
-	emake PKG_NAME=tclpython3 CC=$(tc-getCC) test
+	emake PKG_NAME=tclpython3 CC="$(tc-getCC)" test
 }
 
 src_install() {


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

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-20  0:53 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-20 14:42 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/ Alfredo Tupone
2024-02-28 20:47 Alfredo Tupone
2023-04-20  4:02 Sam James
2023-04-19 18:09 Arthur Zamarin
2023-04-19 14:06 Sam James
2023-02-26 18:50 Alfredo Tupone
2022-12-04 21:28 Alfredo Tupone
2021-09-18 16:51 Alfredo Tupone
2021-05-31 20:42 Michał Górny
2021-05-23 10:16 Alfredo Tupone
2021-04-18  1:52 Sam James
2021-04-18  1:44 Sam James
2021-04-12 18:33 Alfredo Tupone
2020-09-04 15:47 Sam James
2020-09-01 20:44 Sam James
2020-08-30  1:32 Thomas Deutschmann
2020-08-17  9:12 Alfredo Tupone
2020-02-10 11:54 Michał Górny
2020-02-10 11:54 Michał Górny
2018-10-30 19:35 Alfredo Tupone
2017-09-12 23:02 Matt Turner
2017-08-05  8:22 Michael Palimaka
2017-07-31 11:02 Tobias Klausmann
2017-07-12 14:43 Pacho Ramos
2016-03-12 20:54 Patrice Clement
2016-03-11  8:46 Daniel Campbell
2016-03-07  3:38 Daniel Campbell

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=1647737125.630ad25aa869ba84f007e3a816a13e93621046f1.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