From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 06A60139694 for ; Sat, 22 Apr 2017 19:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8C5AE0D0E; Sat, 22 Apr 2017 19:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BB875E0D0E for ; Sat, 22 Apr 2017 19:26:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6789D340BEA for ; Sat, 22 Apr 2017 19:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F4C742C for ; Sat, 22 Apr 2017 19:25:58 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1492889098.231d58b06a5b61fa2f4335d9bb7614b8aa81f125.ryao@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: 231d58b06a5b61fa2f4335d9bb7614b8aa81f125 X-VCS-Branch: master Date: Sat, 22 Apr 2017 19:25:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16367275-4b6e-4c94-9028-3df6c5b1eec9 X-Archives-Hash: 6bdb7fd4fcb30436a5a168e87608ea51 commit: 231d58b06a5b61fa2f4335d9bb7614b8aa81f125 Author: Richard Yao gentoo org> AuthorDate: Sat Apr 22 19:24:58 2017 +0000 Commit: Richard Yao gentoo org> CommitDate: Sat Apr 22 19:24:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231d58b0 sys-fs/zfs-kmod: 0.6.5.9 supports Linux 4.10 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Reported-by: Justin Lecher gentoo.org> Signed-off-by: Richard Yao gentoo.org> sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild index dabe32452af..eba247a785f 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.5.9.ebuild @@ -64,7 +64,7 @@ pkg_setup() { kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 4 9 || die "Linux 4.9 is the latest supported version."; } + { kernel_is le 4 10 || die "Linux 4.10 is the latest supported version."; } check_extra_config }