From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libhdhomerun/
Date: Sat, 19 Mar 2022 23:39:39 +0000 (UTC) [thread overview]
Message-ID: <1647732880.b05f5b8e69f72d086b0a15f692096b215da4ff5a.sam@gentoo> (raw)
commit: b05f5b8e69f72d086b0a15f692096b215da4ff5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:34:40 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:34:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05f5b8e
media-libs/libhdhomerun: [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/libhdhomerun/libhdhomerun-20190621.ebuild | 6 +++---
media-libs/libhdhomerun/libhdhomerun-20200521.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild b/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild
index 0d2414e0360f..5bf973e3ce9b 100644
--- a/media-libs/libhdhomerun/libhdhomerun-20190621.ebuild
+++ b/media-libs/libhdhomerun/libhdhomerun-20190621.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,12 +21,12 @@ S="${WORKDIR}/${PN}"
src_prepare() {
default
- #Remove forced optimization from Makefile
+ # Remove forced optimization from Makefile
sed -i 's:-O2::' Makefile || die "Was the Makefile changed?"
}
src_compile() {
- emake CC=$(tc-getCC) STRIP=:
+ emake CC="$(tc-getCC)" STRIP=:
}
src_install() {
diff --git a/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild b/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild
index ba9622a7b375..a1673c6f3123 100644
--- a/media-libs/libhdhomerun/libhdhomerun-20200521.ebuild
+++ b/media-libs/libhdhomerun/libhdhomerun-20200521.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
@@ -21,12 +21,12 @@ S="${WORKDIR}/${PN}"
src_prepare() {
default
- #Remove forced optimization from Makefile
+ # Remove forced optimization from Makefile
sed -i 's:-O2::' Makefile || die "Was the Makefile changed?"
}
src_compile() {
- emake CC=$(tc-getCC) STRIP=:
+ emake CC="$(tc-getCC)" STRIP=:
}
src_install() {
next reply other threads:[~2022-03-19 23:39 UTC|newest]
Thread overview: 11+ 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-07-30 6:13 [gentoo-commits] repo/gentoo:master commit in: media-libs/libhdhomerun/ Sam James
2021-07-27 20:35 Sam James
2020-12-02 0:32 Aaron Bauman
2020-06-27 20:41 Mart Raudsepp
2020-06-23 13:19 Joonas Niilola
2019-09-13 14:52 Michał Górny
2015-10-13 11:24 Ian Delaney
2015-09-06 22:40 Doug Goldstein
2015-09-06 19:55 Doug Goldstein
2015-09-06 19:54 Doug Goldstein
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=1647732880.b05f5b8e69f72d086b0a15f692096b215da4ff5a.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