Skip to content

Commit

Permalink
x11-drivers/nvidia-drivers: Raise compatible kernel version.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.10, Repoman-2.3.3
  • Loading branch information
Jeroen Roovers committed Sep 27, 2017
1 parent b29df90 commit 1cf2e0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ nvidia_drivers_versions_check() {
die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}"
fi

if use kernel_linux && kernel_is ge 4 12; then
if use kernel_linux && kernel_is ge 4 14; then
ewarn "Gentoo supports kernels which are supported by NVIDIA"
ewarn "which are limited to the following kernels:"
ewarn "<sys-kernel/gentoo-sources-4.12"
ewarn "<sys-kernel/vanilla-sources-4.12"
ewarn "<sys-kernel/gentoo-sources-4.14"
ewarn "<sys-kernel/vanilla-sources-4.14"
ewarn ""
ewarn "You are free to utilize epatch_user to provide whatever"
ewarn "support you feel is appropriate, but will not receive"
Expand Down

0 comments on commit 1cf2e0f

Please sign in to comment.