From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/
Date: Sun, 20 Mar 2022 00:16:49 +0000 (UTC) [thread overview]
Message-ID: <1647735126.43ed15fea1b56b94e3d38479d61701b369ac3aaa.sam@gentoo> (raw)
commit: 43ed15fea1b56b94e3d38479d61701b369ac3aaa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 00:12:06 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 00:12:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ed15fe
media-video/v4l2loopback: [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-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild | 4 ++--
media-video/v4l2loopback/v4l2loopback-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild
index 6c744550640b..6c4fb6dc4f4b 100644
--- a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild
+++ b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.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,7 +40,7 @@ src_prepare() {
src_compile() {
linux-mod_src_compile
if use examples; then
- emake CC=$(tc-getCC) -C examples
+ emake CC="$(tc-getCC)" -C examples
fi
}
diff --git a/media-video/v4l2loopback/v4l2loopback-9999.ebuild b/media-video/v4l2loopback/v4l2loopback-9999.ebuild
index 712f4d2b8c0f..760951059416 100644
--- a/media-video/v4l2loopback/v4l2loopback-9999.ebuild
+++ b/media-video/v4l2loopback/v4l2loopback-9999.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
@@ -41,7 +41,7 @@ src_prepare() {
src_compile() {
linux-mod_src_compile
if use examples; then
- emake CC=$(tc-getCC) -C examples
+ emake CC="$(tc-getCC)" -C examples
fi
}
next reply other threads:[~2022-03-20 0:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 0:16 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-08 11:44 [gentoo-commits] repo/gentoo:master commit in: media-video/v4l2loopback/ Sam James
2025-08-08 11:44 Sam James
2025-06-09 2:43 Sam James
2025-06-09 2:43 Sam James
2025-06-03 21:22 Sam James
2025-06-03 21:22 Sam James
2024-03-23 6:35 Sam James
2024-03-23 6:35 Sam James
2024-03-23 6:35 Sam James
2024-03-23 6:35 Sam James
2023-06-21 8:29 Andrew Ammerlaan
2021-01-22 3:42 Sam James
2020-10-26 14:13 Ben Kohler
2020-07-03 21:35 Aaron W. Swenson
2020-06-02 14:07 Aaron W. Swenson
2019-05-17 0:32 Nick Sarnie
2018-09-09 17:27 Brian Evans
2018-09-09 17:27 Brian Evans
2017-08-11 2:20 Brian Evans
2017-08-11 2:20 Brian Evans
2017-08-11 2:20 Brian Evans
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=1647735126.43ed15fea1b56b94e3d38479d61701b369ac3aaa.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