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 (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE86B158009 for ; Sun, 18 Jun 2023 02:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14169E08D3; Sun, 18 Jun 2023 02:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F2930E08D3 for ; Sun, 18 Jun 2023 02:03:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34F8A340ED0 for ; Sun, 18 Jun 2023 02:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E245A90 for ; Sun, 18 Jun 2023 02:03:20 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1687053791.5862bf58e8d32ae8f5a70779fba6559528d71aca.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/files/nvidia-drivers-525.116.04-clang-unused-option.patch X-VCS-Directories: x11-drivers/nvidia-drivers/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5862bf58e8d32ae8f5a70779fba6559528d71aca X-VCS-Branch: master Date: Sun, 18 Jun 2023 02:03:20 +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: 24110877-109e-4cb4-b734-29f88ef66896 X-Archives-Hash: 7570b6e144726f7b21838c68a4bb6d7c commit: 5862bf58e8d32ae8f5a70779fba6559528d71aca Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jun 18 02:03:00 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Jun 18 02:03:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5862bf58 x11-drivers/nvidia-drivers: fix comment typo Signed-off-by: Ionen Wolkens gentoo.org> .../files/nvidia-drivers-525.116.04-clang-unused-option.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/files/nvidia-drivers-525.116.04-clang-unused-option.patch b/x11-drivers/nvidia-drivers/files/nvidia-drivers-525.116.04-clang-unused-option.patch index 5842bdd2a757..692e1880489d 100644 --- a/x11-drivers/nvidia-drivers/files/nvidia-drivers-525.116.04-clang-unused-option.patch +++ b/x11-drivers/nvidia-drivers/files/nvidia-drivers-525.116.04-clang-unused-option.patch @@ -1,5 +1,5 @@ clang-15.0.7(?) or so may abort when the unused option -MD is passed, -option removal is backported fro nvidia-535 branch +option removal is backported from the nvidia:0/535 branch. Note patch is kept without context given the lines below change constantly (version) preventing from applying same patch to multiple versions.