From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1019945-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4D531382C5 for <garchives@archives.gentoo.org>; Tue, 24 Apr 2018 12:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5D3E09A6; Tue, 24 Apr 2018 12:00:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C768AE09A6 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Apr 2018 12:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5078F335C36 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Apr 2018 12:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92CA927C for <gentoo-commits@lists.gentoo.org>; Tue, 24 Apr 2018 12:00:03 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1524571201.c2773e5ae92a13af1eb38f16f624c3b97e6ab2b5.jer@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-340.106.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c2773e5ae92a13af1eb38f16f624c3b97e6ab2b5 X-VCS-Branch: master Date: Tue, 24 Apr 2018 12:00:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18744997-30e2-4b49-9478-ad43eb73654d X-Archives-Hash: d28ecdcfd89c20f39c4ae75433026966 commit: c2773e5ae92a13af1eb38f16f624c3b97e6ab2b5 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Apr 24 11:59:45 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Apr 24 12:00:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2773e5a x11-drivers/nvidia-drivers: Lower kernel version compatibility (bug #653754). Package-Manager: Portage-2.3.31, Repoman-2.3.9 x11-drivers/nvidia-drivers/nvidia-drivers-340.106.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.106.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-340.106.ebuild index 44c8c619b85..cb601342d6e 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.106.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.106.ebuild @@ -78,11 +78,11 @@ nvidia_drivers_versions_check() { die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}" fi - if use kernel_linux && kernel_is ge 4 15; then + if use kernel_linux && kernel_is ge 4 11; then ewarn "Gentoo supports kernels which are supported by NVIDIA" ewarn "which are limited to the following kernels:" - ewarn "<sys-kernel/gentoo-sources-4.15" - ewarn "<sys-kernel/vanilla-sources-4.15" + ewarn "<sys-kernel/gentoo-sources-4.11" + ewarn "<sys-kernel/vanilla-sources-4.11" ewarn "" ewarn "You are free to utilize eapply_user to provide whatever" ewarn "support you feel is appropriate, but will not receive"