From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1377603-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5670C15808B for <garchives@archives.gentoo.org>; Sat, 19 Mar 2022 23:17:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB5DAE08F0; Sat, 19 Mar 2022 23:17:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DEC2E08F0 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 23:17:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D27B134389F for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 23:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE87C353 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Mar 2022 23:17:13 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1647731823.b48802c28c8fda77ed53e5be00a4ed020ef5f06b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-docs/linux-docs-5.10.83.ebuild sys-kernel/linux-docs/linux-docs-5.15.6.ebuild X-VCS-Directories: sys-kernel/linux-docs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b48802c28c8fda77ed53e5be00a4ed020ef5f06b X-VCS-Branch: master Date: Sat, 19 Mar 2022 23:17:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1739d1c-9133-4ac9-bd78-ede6ccdec233 X-Archives-Hash: 39199c2dc920fc9ec9046f33f8b6ac41 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