From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 56F6D158091 for ; Tue, 01 Jul 2025 18:32:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3DC25341083 for ; Tue, 01 Jul 2025 18:32:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 31E91110320; Tue, 01 Jul 2025 18:32:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2B22E110320 for ; Tue, 01 Jul 2025 18:32:38 +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 DEAA4341083 for ; Tue, 01 Jul 2025 18:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 599822CAD for ; Tue, 01 Jul 2025 18:32:36 +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: <1751394151.edd30db2d00d3d991c21341c9e53a0dfabd77c82.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: edd30db2d00d3d991c21341c9e53a0dfabd77c82 X-VCS-Branch: master Date: Tue, 01 Jul 2025 18:32:36 +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: eac176b7-ad52-40e3-b873-875ea7c1fa4b X-Archives-Hash: 03752ee21ae77b30997218a912abb64d commit: edd30db2d00d3d991c21341c9e53a0dfabd77c82 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jul 1 17:57:57 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jul 1 18:22:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd30db2 x11-drivers/nvidia-drivers: stabilize 570.169 for amd64 Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild index b4532b44929b..2562854dc506 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-570.169.ebuild @@ -24,7 +24,7 @@ S=${WORKDIR} LICENSE="NVIDIA-2025 Apache-2.0 BSD BSD-2 GPL-2 MIT ZLIB curl openssl" SLOT="0/${PV%%.*}" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" # TODO: enable kernel-open by default to match nvidia upstream, but should # first setup a supported-gpus.json "kernelopen" check to abort and avoid bad # surprises (should abort for legacy cards too, and have a bypass variable)