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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00E4D15800F for ; Thu, 26 Jan 2023 15:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD000E07C7; Thu, 26 Jan 2023 15:13:15 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2AA2E07C7 for ; Thu, 26 Jan 2023 15:13:15 +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 B3328340D5A for ; Thu, 26 Jan 2023 15:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 903EA88F for ; Thu, 26 Jan 2023 15:13:11 +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: <1674745930.b7fa31b67c10944a22f595715682584fa10c1caa.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-525.85.05.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b7fa31b67c10944a22f595715682584fa10c1caa X-VCS-Branch: master Date: Thu, 26 Jan 2023 15:13:11 +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: b131180a-d2a5-4054-82d1-a980b7d5f954 X-Archives-Hash: ce991210acd7e612b3ae418cf9a479d7 commit: b7fa31b67c10944a22f595715682584fa10c1caa Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jan 26 12:33:50 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jan 26 15:12:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fa31b6 x11-drivers/nvidia-drivers: stabilize 525.85.05 for amd64 Early'ish but 525.85 seems uneventful, so might as well do this now since skipped 525.78 while the stable 525.60 is getting old. Signed-off-by: Ionen Wolkens gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-525.85.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.85.05.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-525.85.05.ebuild index 8f1d78d8e724..60013f9aa119 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.85.05.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-525.85.05.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}" LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl" SLOT="0/${PV%%.*}" -KEYWORDS="-* ~amd64 ~arm64" +KEYWORDS="-* amd64 ~arm64" IUSE="+X abi_x86_32 abi_x86_64 +driver kernel-open persistenced +static-libs +tools wayland" REQUIRED_USE="kernel-open? ( driver )"