From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-876118-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4431A59CB1 for <garchives@archives.gentoo.org>; Wed, 13 Apr 2016 11:36:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EDDC21C008; Wed, 13 Apr 2016 11:36:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21ADF21C008 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2016 11:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1562F340BBD for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2016 11:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA6E7E for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2016 11:35:56 +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: <1460547355.a5142d4ac4e0f9fe2e0aa488fe7042123d617905.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-364.15.ebuild X-VCS-Directories: x11-drivers/nvidia-drivers/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a5142d4ac4e0f9fe2e0aa488fe7042123d617905 X-VCS-Branch: master Date: Wed, 13 Apr 2016 11:35:56 +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: 6aad8845-a149-42b1-a4c3-45bb868742c9 X-Archives-Hash: b15ed2cf0e469051c48e2a870ac34dc6 commit: a5142d4ac4e0f9fe2e0aa488fe7042123d617905 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Apr 13 11:35:36 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Apr 13 11:35:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5142d4a x11-drivers/nvidia-drivers: Update maximum kernel version. Package-Manager: portage-2.2.28 x11-drivers/nvidia-drivers/nvidia-drivers-364.15.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-364.15.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-364.15.ebuild index b6aa6b7..d68a763 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-364.15.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-364.15.ebuild @@ -88,11 +88,11 @@ pkg_pretend() { die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}" fi - if use kernel_linux && kernel_is ge 4 5; then + if use kernel_linux && kernel_is ge 4 6; then ewarn "Gentoo supports kernels which are supported by NVIDIA" ewarn "which are limited to the following kernels:" - ewarn "<sys-kernel/gentoo-sources-4.5" - ewarn "<sys-kernel/vanilla-sources-4.5" + ewarn "<sys-kernel/gentoo-sources-4.6" + ewarn "<sys-kernel/vanilla-sources-4.6" ewarn "" ewarn "You are free to utilize epatch_user to provide whatever" ewarn "support you feel is appropriate, but will not receive"