summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-10-22 13:56:52 +0000
committerPatrick Lauer <patrick@gentoo.org>2017-10-22 13:56:52 +0000
commit57aecac009aec841252a96b783cbe0027a0b6b01 (patch)
treec4a0a7a4e45d0cf1f9e234c01e556dcfaa5d2fe3 /sys-fs/zfs-kmod
parentsys-kernel/spl: Fix max kernel version for -9999 #632640 (diff)
downloadgentoo-57aecac009aec841252a96b783cbe0027a0b6b01.tar.gz
gentoo-57aecac009aec841252a96b783cbe0027a0b6b01.tar.bz2
gentoo-57aecac009aec841252a96b783cbe0027a0b6b01.zip
sys-fs/zfs-kmod: Fix max kernel version for -9999 #632640
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r--sys-fs/zfs-kmod/zfs-kmod-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
index 03c1e90f7cf4..3b61376f3877 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -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 3 || die "Linux 4.3 is the latest supported version."; }
+ { kernel_is le 4 13 || die "Linux 4.13 is the latest supported version."; }
check_extra_config
}