Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/
Date: Fri, 02 Sep 2022 19:08:01
Message-Id: 1662145620.ff9ab61b90b3db5127af9c5321a4f77fa2ddafa2.ionen@gentoo
1 commit: ff9ab61b90b3db5127af9c5321a4f77fa2ddafa2
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 17:42:40 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 19:07:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9ab61b
7
8 x11-drivers/nvidia-drivers: stabilize 515.65.01 for amd64
9
10 Had a rocky start with egl-wayland, but no known issues anymore,
11 and is a production branch. 510 branch on the other hand is getting
12 behind fixes and will ultimately be removed (no known reasons to
13 use over 515).
14
15 Was tempted to mask kernel-open in stable, but it already comes with
16 several warnings and would rather not complicate things for users
17 that want to try it.
18
19 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
20
21 x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild
25 index 2cf502ed3c1a..f48badecc24c 100644
26 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild
27 +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-515.65.01.ebuild
28 @@ -23,7 +23,7 @@ S="${WORKDIR}"
29
30 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
31 SLOT="0/${PV%%.*}"
32 -KEYWORDS="-* ~amd64 ~arm64"
33 +KEYWORDS="-* amd64 ~arm64"
34 IUSE="+X abi_x86_32 abi_x86_64 +driver kernel-open persistenced +static-libs +tools wayland"
35 REQUIRED_USE="kernel-open? ( driver )"