projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa45469
)
sys-fs/zfs-kmod: bump 0.7.9 compat to linux 4.17
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 27 Jul 2018 18:57:41 +0000
(11:57 -0700)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Fri, 27 Jul 2018 19:32:32 +0000
(12:32 -0700)
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
patch
|
blob
|
history
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 c8153afff87b88876746cde4e6825c2da7c6ad4a..eb47997ccea6371bfad6a8899d433b34d1afbcab 100644
(file)
--- 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 1
6 || die "Linux 4.16
is the latest supported version."; }
+ { kernel_is le 4 1
7 || die "Linux 4.17
is the latest supported version."; }
check_extra_config
}