From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/
Date: Sat, 19 Mar 2022 23:17:12 +0000 (UTC) [thread overview]
Message-ID: <1647731805.a60f067bb75318c931a36b671a1ec210b914f310.soap@gentoo> (raw)
commit: a60f067bb75318c931a36b671a1ec210b914f310
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:45 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60f067b
app-misc/cdspeed: quote $(tc-*) calls
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-misc/cdspeed/cdspeed-0.4-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
index 7cd276d56541..0b635367f64a 100644
--- a/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
+++ b/app-misc/cdspeed/cdspeed-0.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ src_prepare() {
}
src_compile() {
- emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC=$(tc-getCC)
+ emake CFLAGS="${CFLAGS} -Wall -Wno-unused" CC="$(tc-getCC)"
}
src_install() {
next reply other threads:[~2022-03-19 23:17 UTC|newest]
Thread overview: 4+ 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 --
2018-10-08 11:43 [gentoo-commits] repo/gentoo:master commit in: app-misc/cdspeed/ Mikle Kolyada
2018-10-08 11:43 Mikle Kolyada
2018-08-15 19:53 Andreas Sturmlechner
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=1647731805.a60f067bb75318c931a36b671a1ec210b914f310.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