From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/
Date: Sat, 19 Mar 2022 23:17:13 +0000 (UTC) [thread overview]
Message-ID: <1647731821.f726ee33d6f74f959bb142bddc228259886cb83d.soap@gentoo> (raw)
commit: f726ee33d6f74f959bb142bddc228259886cb83d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:17:01 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:17:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f726ee33
sys-kernel/linux-headers: quote $(tc-*) calls
Signed-off-by: David Seifert <soap <AT> gentoo.org>
| 4 ++--
| 4 ++--
| 4 ++--
| 4 ++--
| 4 ++--
| 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
--git a/sys-kernel/linux-headers/linux-headers-3.18.ebuild b/sys-kernel/linux-headers/linux-headers-3.18.ebuild
index e3c8213b46ff..8b2fb4022b85 100644
--- a/sys-kernel/linux-headers/linux-headers-3.18.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-3.18.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=6
@@ -37,7 +37,7 @@ src_test() {
-e '\<([us](8|16|32|64))\>' \
.
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
--git a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild b/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
index a0a0c46682bc..619e37227597 100644
--- a/sys-kernel/linux-headers/linux-headers-4.14-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.14-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=6
@@ -37,7 +37,7 @@ src_test() {
-e '\<([us](8|16|32|64))\>' \
.
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
--git a/sys-kernel/linux-headers/linux-headers-4.19.ebuild b/sys-kernel/linux-headers/linux-headers-4.19.ebuild
index 5a206d617974..c64043d1577b 100644
--- a/sys-kernel/linux-headers/linux-headers-4.19.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.19.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="6"
@@ -40,7 +40,7 @@ src_test() {
-e '\<([us](8|16|32|64))\>' \
.
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
--git a/sys-kernel/linux-headers/linux-headers-4.4.ebuild b/sys-kernel/linux-headers/linux-headers-4.4.ebuild
index a0a0c46682bc..619e37227597 100644
--- a/sys-kernel/linux-headers/linux-headers-4.4.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.4.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=6
@@ -37,7 +37,7 @@ src_test() {
-e '\<([us](8|16|32|64))\>' \
.
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
--git a/sys-kernel/linux-headers/linux-headers-4.9.ebuild b/sys-kernel/linux-headers/linux-headers-4.9.ebuild
index caa72fcf23c4..22670cf7f55e 100644
--- a/sys-kernel/linux-headers/linux-headers-4.9.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.9.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=6
@@ -37,7 +37,7 @@ src_test() {
-e '\<([us](8|16|32|64))\>' \
.
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
--git a/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild b/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild
index 0796ff62d424..cd9d9d53db40 100644
--- a/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.4-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="6"
@@ -34,7 +34,7 @@ src_prepare() {
}
src_test() {
- emake ARCH=$(tc-arch-kernel) headers_check
+ emake ARCH="$(tc-arch-kernel)" headers_check
}
src_install() {
next reply other threads:[~2022-03-19 23:17 UTC|newest]
Thread overview: 203+ 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-10-11 1:57 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/ Sam James
2024-08-12 15:42 Sam James
2024-05-18 17:06 Sam James
2024-05-14 1:17 Sam James
2024-04-02 11:59 Sam James
2024-03-13 4:46 Sam James
2024-03-13 4:46 Sam James
2024-01-21 20:46 Sam James
2024-01-21 20:46 Sam James
2024-01-21 20:46 Sam James
2024-01-21 20:46 Sam James
2024-01-21 20:46 Sam James
2024-01-21 19:32 Sam James
2024-01-21 19:31 Arthur Zamarin
2024-01-21 19:31 Arthur Zamarin
2024-01-19 11:14 Sam James
2024-01-19 11:12 Sam James
2023-12-28 4:23 Sam James
2023-10-31 19:53 Sam James
2023-10-06 19:41 Sam James
2023-08-28 20:48 Sam James
2023-06-27 8:04 Sam James
2023-06-27 6:34 Sam James
2023-04-28 1:38 Sam James
2023-02-28 3:02 Sam James
2023-02-28 3:02 Sam James
2023-02-28 3:02 Sam James
2023-02-28 3:02 Sam James
2023-02-28 1:31 Sam James
2023-02-28 1:31 Sam James
2023-02-28 1:31 Sam James
2023-02-28 1:31 Sam James
2023-01-27 22:11 James Le Cuirot
2022-12-17 8:38 Sam James
2022-10-08 22:08 Sam James
2022-10-08 22:08 Sam James
2022-08-05 4:09 Sam James
2022-08-04 9:42 WANG Xuerui
2022-08-04 9:42 WANG Xuerui
2022-08-04 9:42 WANG Xuerui
2022-06-25 8:54 WANG Xuerui
2022-06-24 5:12 WANG Xuerui
2022-06-05 22:06 Sam James
2022-05-25 0:09 WANG Xuerui
2022-05-15 1:00 Sam James
2022-03-30 23:13 Sam James
2022-03-20 17:35 David Seifert
2022-03-20 9:13 David Seifert
2022-01-10 21:06 David Seifert
2022-01-01 3:57 Sam James
2022-01-01 3:57 Sam James
2021-12-25 21:14 Sam James
2021-12-25 10:21 Sam James
2021-12-25 1:07 Georgy Yakovlev
2021-12-25 1:06 Georgy Yakovlev
2021-12-25 1:00 Sam James
2021-12-24 22:50 Sam James
2021-12-24 22:49 Sam James
2021-12-24 22:48 Sam James
2021-12-24 21:21 Sam James
2021-12-01 21:15 Sam James
2021-11-04 0:34 Sam James
2021-11-03 2:02 Sam James
2021-10-01 7:14 Sam James
2021-09-30 17:38 Jakov Smolić
2021-09-05 18:06 Sam James
2021-09-05 6:14 Sam James
2021-09-05 5:48 Sam James
2021-07-09 22:36 Sergei Trofimovich
2021-07-05 17:41 David Seifert
2021-07-05 16:40 David Seifert
2021-07-01 3:49 Mike Frysinger
2021-05-27 21:48 Sergei Trofimovich
2021-04-26 6:49 Sergei Trofimovich
2021-04-02 10:04 Sergei Trofimovich
2021-04-02 10:04 Sergei Trofimovich
2021-03-28 12:42 Sam James
2021-03-28 12:42 Sam James
2021-03-26 12:01 Agostino Sarubbo
2021-02-24 12:00 Mikle Kolyada
2021-02-20 10:23 Sergei Trofimovich
2021-02-19 1:51 Thomas Deutschmann
2021-02-18 20:11 Sergei Trofimovich
2021-02-16 7:37 Sergei Trofimovich
2021-02-11 7:45 Sergei Trofimovich
2021-02-05 15:26 Sergei Trofimovich
2020-12-25 12:17 Sergei Trofimovich
2020-12-14 8:01 Sergei Trofimovich
2020-10-12 22:25 Sergei Trofimovich
2020-09-02 7:38 Sergei Trofimovich
2020-08-03 22:54 Sergei Trofimovich
2020-06-08 16:34 Mart Raudsepp
2020-06-03 18:42 Agostino Sarubbo
2020-06-03 9:22 Agostino Sarubbo
2020-06-01 6:59 Sergei Trofimovich
2020-05-30 12:19 Sergei Trofimovich
2020-05-25 12:07 Mikle Kolyada
2020-05-25 9:36 Sergei Trofimovich
2020-05-22 20:55 Sergei Trofimovich
2020-05-22 8:02 Sergei Trofimovich
2020-05-08 22:05 Sergei Trofimovich
2020-04-14 13:15 Mart Raudsepp
2020-04-01 21:14 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2020-04-01 21:14 Sergei Trofimovich
2020-03-31 8:38 Jeroen Roovers
2020-03-30 21:06 Sergei Trofimovich
2020-03-29 14:45 Sergei Trofimovich
2020-03-26 12:03 Agostino Sarubbo
2020-03-26 12:03 Agostino Sarubbo
2020-03-26 10:24 Agostino Sarubbo
2020-03-26 10:22 Agostino Sarubbo
2020-03-26 10:22 Agostino Sarubbo
2020-03-26 10:20 Agostino Sarubbo
2020-03-26 7:54 Mikle Kolyada
2020-02-13 21:40 David Seifert
2020-01-29 20:16 Sergei Trofimovich
2019-12-08 14:36 Sergei Trofimovich
2019-11-10 22:24 Sergei Trofimovich
2019-11-07 23:03 Sergei Trofimovich
2019-09-17 22:49 Sergei Trofimovich
2019-07-28 14:14 Mikle Kolyada
2019-07-28 14:14 Mikle Kolyada
2019-07-28 14:14 Mikle Kolyada
2019-07-28 14:14 Mikle Kolyada
2019-07-26 8:47 Agostino Sarubbo
2019-07-24 8:19 Agostino Sarubbo
2019-07-24 6:54 Sergei Trofimovich
2019-07-23 6:35 Sergei Trofimovich
2019-07-23 6:35 Sergei Trofimovich
2019-07-23 0:04 Aaron Bauman
2019-07-22 21:24 Sergei Trofimovich
2019-07-22 8:43 Mikle Kolyada
2019-07-20 11:09 Sergei Trofimovich
2019-06-22 15:57 Sergei Trofimovich
2019-05-04 14:42 Mikle Kolyada
2019-03-07 7:31 Sergei Trofimovich
2019-03-06 22:27 Sergei Trofimovich
2019-03-06 7:32 Sergei Trofimovich
2019-01-30 13:20 Tobias Klausmann
2019-01-23 13:41 Mikle Kolyada
2019-01-16 14:48 Mikle Kolyada
2019-01-16 14:48 Mikle Kolyada
2019-01-16 14:48 Mikle Kolyada
2019-01-07 21:17 Mart Raudsepp
2018-12-28 19:40 Sergei Trofimovich
2018-12-24 14:00 Sergei Trofimovich
2018-12-22 23:57 Sergei Trofimovich
2018-12-22 9:36 Sergei Trofimovich
2018-12-22 0:09 Sergei Trofimovich
2018-12-20 15:47 Mikle Kolyada
2018-12-20 1:30 Thomas Deutschmann
2018-10-23 22:43 Sergei Trofimovich
2018-10-13 9:44 Sergei Trofimovich
2018-10-03 21:33 Andreas Hüttel
2018-06-19 2:08 Mike Frysinger
2018-04-27 21:41 Sergei Trofimovich
2018-04-14 19:03 Sergei Trofimovich
2018-04-08 10:33 Sergei Trofimovich
2018-04-05 22:54 Sergei Trofimovich
2018-03-20 16:42 Matthias Maier
2018-01-30 6:38 Mike Frysinger
2018-01-30 6:38 Mike Frysinger
2018-01-30 6:38 Mike Frysinger
2018-01-11 21:55 Sergei Trofimovich
2018-01-02 0:02 Mikle Kolyada
2017-12-31 21:37 Sergei Trofimovich
2017-12-30 1:05 Thomas Deutschmann
2017-12-29 22:04 Sergei Trofimovich
2017-12-29 0:19 Sergei Trofimovich
2017-12-28 16:39 Sergei Trofimovich
2017-09-10 23:46 Matt Turner
2017-09-10 23:46 Matt Turner
2017-09-10 23:46 Matt Turner
2017-09-10 16:45 Sergei Trofimovich
2017-09-08 20:11 Markus Meier
2017-09-07 19:28 Markus Meier
2017-08-25 23:02 Mikle Kolyada
2017-08-25 22:39 Matt Turner
2017-08-05 18:24 Sergei Trofimovich
2017-07-30 18:33 Joshua Kinard
2017-02-22 21:17 Mike Frysinger
2017-01-02 19:34 Markus Meier
2016-12-20 16:39 Thomas Deutschmann
2016-12-19 6:43 Mike Frysinger
2016-12-19 6:43 Mike Frysinger
2016-12-18 12:36 Jeroen Roovers
2016-12-18 1:34 Aaron Bauman
2016-11-11 20:54 Mike Frysinger
2016-08-02 16:02 Mike Frysinger
2016-05-17 4:41 Mike Frysinger
2016-03-15 2:52 Mike Frysinger
2016-03-15 2:52 Mike Frysinger
2016-02-29 18:54 Mike Frysinger
2016-02-29 8:46 Stephen Klimaszewski
2016-02-04 16:35 Tobias Klausmann
2016-01-22 4:57 Jeroen Roovers
2016-01-14 22:00 Markus Meier
2016-01-11 2:17 Mike Frysinger
2015-11-02 19:59 Mike Frysinger
2015-09-01 2:38 Mike Frysinger
2015-09-01 2:38 Mike Frysinger
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=1647731821.f726ee33d6f74f959bb142bddc228259886cb83d.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