summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-19 15:11:52 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-19 15:33:31 -0500
commit29cc34d861723c656f21e1bf96126996de4ab00a (patch)
treeb9de855a05dbdb73be99cd92bd8c4889eee0c664 /x11-drivers
parentsci-mathematics/why3: add 1.7.2 (diff)
downloadgentoo-29cc34d861723c656f21e1bf96126996de4ab00a.tar.gz
gentoo-29cc34d861723c656f21e1bf96126996de4ab00a.tar.bz2
gentoo-29cc34d861723c656f21e1bf96126996de4ab00a.zip
x11-drivers/nvidia-drivers: lower KERNEL_MAX to 6.6 for 0/470
NVIDIA's support seemingly has ended, as such this will never go up anymore (unless we patch it, which there is no plans to support). It does not make sense to list a non-LTS branch that's not even in the tree anymore there. Also add a warning similar to 390.x, the date is the same given both 6.1.x and 6.6.x kernels are going away at same time. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-470.256.02-r2.ebuild12
1 files changed, 11 insertions, 1 deletions
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.256.02-r2.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-470.256.02-r2.ebuild
index bc391906f0f4..72ca42915a62 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.256.02-r2.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.256.02-r2.ebuild
@@ -7,7 +7,7 @@ MODULES_OPTIONAL_IUSE=+modules
inherit desktop flag-o-matic linux-mod-r1 multilib readme.gentoo-r1
inherit systemd toolchain-funcs unpacker user-info
-MODULES_KERNEL_MAX=6.9
+MODULES_KERNEL_MAX=6.6
NV_URI="https://download.nvidia.com/XFree86/"
DESCRIPTION="NVIDIA Accelerated Graphics Driver"
@@ -515,4 +515,14 @@ pkg_postinst() {
elog "Also, the systemd suspend/hibernate/resume services are now enabled by"
elog "default, and for openrc+elogind a similar hook has been installed."
fi
+
+ ewarn
+ ewarn "Be warned/reminded that the 470.xx branch reached end-of-life and"
+ ewarn "NVIDIA is no longer fixing issues (including security). Free to keep"
+ ewarn "using (for now) but it is recommended to either switch to nouveau or"
+ ewarn "replace hardware. Will be kept in-tree while possible, but expect it"
+ ewarn "to be removed likely in early 2027 or earlier if major issues arise."
+ ewarn
+ ewarn "Note that there is no plans to patch in support for kernels branches"
+ ewarn "newer than 6.6.x which will be supported upstream until December 2026."
}