commit: 231d58b06a5b61fa2f4335d9bb7614b8aa81f125
Author: Richard Yao <ryao <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 19:24:58 2017 +0000
Commit: Richard Yao <ryao <AT> gentoo <DOT> 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 <jlec <AT> gentoo.org>
Signed-off-by: Richard Yao <ryao <AT> 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
}