From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/
Date: Sat, 19 Mar 2022 23:17:12 +0000 (UTC) [thread overview]
Message-ID: <1647731809.0401db27a1043f25aec063624a2cb0ae0a0d5d74.soap@gentoo> (raw)
commit: 0401db27a1043f25aec063624a2cb0ae0a0d5d74
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:49 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0401db27
app-misc/golly: quote $(tc-*) calls
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/golly/golly-4.0.ebuild | 12 ++++++------
app-misc/golly/golly-4.1-r1.ebuild | 10 +++++-----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-misc/golly/golly-4.0.ebuild b/app-misc/golly/golly-4.0.ebuild
index 337a05a7ad44..f7186fa43c15 100644
--- a/app-misc/golly/golly-4.0.ebuild
+++ b/app-misc/golly/golly-4.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
@@ -40,12 +40,12 @@ pkg_setup() {
src_compile() {
emake -C gui-wx -f makefile-gtk \
\
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- CXXC=$(tc-getCXX) \
+ CC="$(tc-getCC)" \
+ CXX="$(tc-getCXX)" \
+ CXXC="$(tc-getCXX)" \
\
- AR=$(tc-getAR) \
- RANLIB=$(tc-getRANLIB) \
+ AR="$(tc-getAR)" \
+ RANLIB="$(tc-getRANLIB)" \
\
PYTHON=${EPYTHON} \
WX_CONFIG=${WX_CONFIG} \
diff --git a/app-misc/golly/golly-4.1-r1.ebuild b/app-misc/golly/golly-4.1-r1.ebuild
index fe656c162698..63e7520d40f4 100644
--- a/app-misc/golly/golly-4.1-r1.ebuild
+++ b/app-misc/golly/golly-4.1-r1.ebuild
@@ -39,11 +39,11 @@ src_compile() {
GOLLYDIR="${EPREFIX}/usr/share/${PN}"
PYTHON=${EPYTHON}
WX_CONFIG=${WX_CONFIG}
- AR=$(tc-getAR)
- CC=$(tc-getCC)
- CXX=$(tc-getCXX)
- CXXC=$(tc-getCXX)
- RANLIB=$(tc-getRANLIB)
+ AR="$(tc-getAR)"
+ CC="$(tc-getCC)"
+ CXX="$(tc-getCXX)"
+ CXXC="$(tc-getCXX)"
+ RANLIB="$(tc-getRANLIB)"
)
emake -C gui-wx -f makefile-gtk "${mymakeopts[@]}"
}
next reply other threads:[~2022-03-19 23:17 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-19 23:17 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 0:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/golly/ Maciej Barć
2024-07-08 18:22 Maciej Barć
2024-06-25 22:03 Sam James
2024-05-25 14:06 Maciej Barć
2024-04-14 15:33 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-05-05 12:03 Maciej Barć
2023-05-01 7:26 Arthur Zamarin
2023-05-01 1:53 Sam James
2023-01-20 23:19 Maciej Barć
2023-01-20 23:19 Maciej Barć
2022-01-31 19:57 Jakov Smolić
2022-01-31 19:57 Jakov Smolić
2021-12-01 23:13 Maciej Barć
2021-12-01 8:54 Maciej Barć
2021-12-01 8:54 Maciej Barć
2021-08-04 9:01 Sergei Trofimovich
2021-05-15 13:58 Sergei Trofimovich
2020-12-16 19:51 Sam James
2020-12-06 17:05 Thomas Deutschmann
2020-11-06 23:49 Sergei Trofimovich
2020-09-06 8:34 Sergei Trofimovich
2020-09-05 16:17 Thomas Deutschmann
2020-09-05 15:19 Sam James
2020-08-06 21:22 Sergei Trofimovich
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-08-03 22:54 Sergei Trofimovich
2020-08-02 12:03 Michał Górny
2020-07-11 12:58 Sergei Trofimovich
2020-07-03 22:07 Sergei Trofimovich
2020-06-27 21:02 Sergei Trofimovich
2020-06-27 8:54 Sergei Trofimovich
2020-06-20 8:45 Sergei Trofimovich
2020-03-24 7:06 Sergei Trofimovich
2020-03-24 7:06 Sergei Trofimovich
2020-03-23 23:58 Sergei Trofimovich
2020-02-12 7:57 Agostino Sarubbo
2020-02-12 0:04 Piotr Karbowski
2020-02-11 23:03 Sergei Trofimovich
2020-02-11 9:59 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2019-12-09 18:11 Sergei Trofimovich
2019-05-20 18:04 Sergei Trofimovich
2019-05-20 11:29 Mikle Kolyada
2018-11-25 12:11 Sergei Trofimovich
2018-11-25 11:32 Sergei Trofimovich
2017-04-20 7:59 David Seifert
2017-03-04 13:30 Jeroen Roovers
2016-11-27 13:14 Pacho Ramos
2016-11-27 13:14 Pacho Ramos
2016-05-24 19:15 Pacho Ramos
2015-10-17 16:07 Pacho Ramos
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=1647731809.0401db27a1043f25aec063624a2cb0ae0a0d5d74.soap@gentoo \
--to=soap@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