From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFDC11580FD for ; Tue, 24 Dec 2024 20:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A182E07C9; Tue, 24 Dec 2024 20:48:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05401E07C9 for ; Tue, 24 Dec 2024 20:48:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3B7CE33FD3F for ; Tue, 24 Dec 2024 20:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C76F01048 for ; Tue, 24 Dec 2024 20:48:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735073222.e1f3439619beb54addc075864c61b15f9d775332.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 14.2.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 14.2.0/gentoo/70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch 14.2.0/gentoo/README.history X-VCS-Directories: 14.2.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e1f3439619beb54addc075864c61b15f9d775332 X-VCS-Branch: master Date: Tue, 24 Dec 2024 20:48:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46273e78-eb21-4ea9-b9a8-aefa8b778ea2 X-Archives-Hash: 47e12458aa1ef6a80ab23da6e2211773 commit: e1f3439619beb54addc075864c61b15f9d775332 Author: Sam James gentoo org> AuthorDate: Tue Dec 24 20:47:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 24 20:47:02 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=e1f34396 14.2.0: update bashisms patch Bug: https://bugs.gentoo.org/945296 Signed-off-by: Sam James gentoo.org> ...PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch | 2 +- 14.2.0/gentoo/README.history | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/14.2.0/gentoo/70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch b/14.2.0/gentoo/70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch index 4221912..be4664c 100644 --- a/14.2.0/gentoo/70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch +++ b/14.2.0/gentoo/70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch @@ -34,7 +34,7 @@ index d0a86acb832c..b140de0eb76d 100644 # . -style="$1" -+style="${1:-${NVPTX_GEN_COPYRIGHT}}" ++style="${NVPTX_GEN_COPYRIGHT}" case $style in opt) ;; diff --git a/14.2.0/gentoo/README.history b/14.2.0/gentoo/README.history index 6dcd1b4..2c13e72 100644 --- a/14.2.0/gentoo/README.history +++ b/14.2.0/gentoo/README.history @@ -1,3 +1,7 @@ +7 24 Dec 2024 + + U 70_all_PR117854-config-nvptx-fix-bashisms-with-gen-copyright.sh-use.patch + 6 10 Dec 2024 U 04_all_nossp-on-nostdlib.patch