projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3275d07
)
sys-fs/zfs-kmod: Fix max kernel version for -9999 #632640
author
Patrick Lauer
<patrick@gentoo.org>
Sun, 22 Oct 2017 13:56:52 +0000
(13:56 +0000)
committer
Patrick Lauer
<patrick@gentoo.org>
Sun, 22 Oct 2017 13:56:52 +0000
(13:56 +0000)
Package-Manager: Portage-2.3.12, Repoman-2.3.3
sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
index 03c1e90f7cf4df5f7b05f06ac6d5a5344bd8e95a..3b61376f3877385680fdf2077cbdd2d79acb31de 100644
(file)
--- a/
sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
+++ b/
sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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.1
3 is the latest supported version."; }
check_extra_config
}