commit: cf6b385cf59e560f89faedc1544dcf0814312142 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Jul 27 18:57:41 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri Jul 27 19:32:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6b385c
sys-fs/zfs-kmod: bump 0.7.9 compat to linux 4.17 Closes: https://bugs.gentoo.org/662228 Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild index c8153afff87..eb47997ccea 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild @@ -65,7 +65,7 @@ pkg_setup() { kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required" [ ${PV} != "9999" ] && \ - { kernel_is le 4 16 || die "Linux 4.16 is the latest supported version."; } + { kernel_is le 4 17 || die "Linux 4.17 is the latest supported version."; } check_extra_config }
