Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/
Date: Fri, 27 Jul 2018 19:33:09
Message-Id: 1532719952.cf6b385cf59e560f89faedc1544dcf0814312142.gyakovlev@gentoo
1 commit: cf6b385cf59e560f89faedc1544dcf0814312142
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 27 18:57:41 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 19:32:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6b385c
7
8 sys-fs/zfs-kmod: bump 0.7.9 compat to linux 4.17
9
10 Closes: https://bugs.gentoo.org/662228
11 Package-Manager: Portage-2.3.43, Repoman-2.3.10
12
13 sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild
17 index c8153afff87..eb47997ccea 100644
18 --- a/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild
19 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.9.ebuild
20 @@ -65,7 +65,7 @@ pkg_setup() {
21 kernel_is ge 2 6 32 || die "Linux 2.6.32 or newer required"
22
23 [ ${PV} != "9999" ] && \
24 - { kernel_is le 4 16 || die "Linux 4.16 is the latest supported version."; }
25 + { kernel_is le 4 17 || die "Linux 4.17 is the latest supported version."; }
26
27 check_extra_config
28 }