From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/
Date: Sat, 19 Mar 2022 23:17:13 +0000 (UTC) [thread overview]
Message-ID: <1647731823.b48802c28c8fda77ed53e5be00a4ed020ef5f06b.soap@gentoo> (raw)
commit: b48802c28c8fda77ed53e5be00a4ed020ef5f06b
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:17:03 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:17:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48802c2
sys-kernel/linux-docs: quote $(tc-*) calls
Closes: https://github.com/gentoo/gentoo/pull/24672
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-kernel/linux-docs/linux-docs-5.10.83.ebuild | 4 ++--
sys-kernel/linux-docs/linux-docs-5.15.6.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-kernel/linux-docs/linux-docs-5.10.83.ebuild b/sys-kernel/linux-docs/linux-docs-5.10.83.ebuild
index 5ca092dc68cc..3693ce4a8c2c 100644
--- a/sys-kernel/linux-docs/linux-docs-5.10.83.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-5.10.83.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=8
@@ -34,7 +34,7 @@ src_prepare() {
}
src_compile() {
- local ARCH=$(tc-arch-kernel)
+ local ARCH="$(tc-arch-kernel)"
unset KBUILD_OUTPUT
HTML_DOCS=( Documentation/output/. )
emake htmldocs
diff --git a/sys-kernel/linux-docs/linux-docs-5.15.6.ebuild b/sys-kernel/linux-docs/linux-docs-5.15.6.ebuild
index 5ca092dc68cc..3693ce4a8c2c 100644
--- a/sys-kernel/linux-docs/linux-docs-5.15.6.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-5.15.6.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=8
@@ -34,7 +34,7 @@ src_prepare() {
}
src_compile() {
- local ARCH=$(tc-arch-kernel)
+ local ARCH="$(tc-arch-kernel)"
unset KBUILD_OUTPUT
HTML_DOCS=( Documentation/output/. )
emake htmldocs
next reply other threads:[~2022-03-19 23:17 UTC|newest]
Thread overview: 53+ 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 --
2025-03-28 13:45 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/ Mike Pagano
2025-03-21 11:41 Mike Pagano
2025-03-21 11:41 Mike Pagano
2024-12-01 23:18 Mike Pagano
2024-12-01 23:18 Mike Pagano
2024-09-23 17:42 Mike Pagano
2024-09-23 17:42 Mike Pagano
2024-05-29 13:30 Mike Pagano
2024-05-29 13:30 Mike Pagano
2024-05-06 22:45 Mike Pagano
2024-05-06 22:45 Mike Pagano
2024-05-05 18:47 Mike Pagano
2024-04-13 17:07 Mike Pagano
2024-04-13 17:01 Mike Pagano
2024-03-30 22:54 Mike Pagano
2024-03-30 22:54 Mike Pagano
2024-03-13 20:10 Mike Pagano
2024-03-13 19:37 Mike Pagano
2024-01-06 19:25 Mike Pagano
2024-01-04 17:26 Mike Pagano
2024-01-04 17:26 Mike Pagano
2023-08-25 12:18 Mike Pagano
2023-08-25 12:18 Mike Pagano
2023-08-19 14:24 Mike Pagano
2023-08-19 14:24 Mike Pagano
2023-05-19 13:57 Mike Pagano
2023-05-19 13:39 Mike Pagano
2023-05-19 13:39 Mike Pagano
2023-04-04 19:05 Mike Pagano
2022-07-08 17:24 Mike Pagano
2022-07-08 17:24 Mike Pagano
2022-04-10 18:03 Mike Pagano
2022-04-10 18:03 Mike Pagano
2021-12-03 17:28 Mike Pagano
2021-08-11 22:48 Mike Pagano
2021-07-14 20:49 Mike Pagano
2021-02-19 19:28 Mike Pagano
2021-02-19 13:25 Mike Pagano
2020-12-14 19:31 Mike Pagano
2020-05-08 19:44 Mike Pagano
2020-04-11 23:44 Mike Pagano
2020-01-28 15:01 Mike Pagano
2020-01-27 19:08 Mike Pagano
2019-10-05 18:56 Michał Górny
2018-12-15 19:13 Mike Pagano
2017-08-15 17:25 Mike Pagano
2015-11-06 23:26 Mike Pagano
2015-11-05 23:25 Mike Pagano
2015-11-05 16:20 Mike Pagano
2015-11-05 16:08 Mike Pagano
2015-08-09 20:32 Mike Pagano
2015-08-09 19:17 Mike Pagano
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=1647731823.b48802c28c8fda77ed53e5be00a4ed020ef5f06b.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