diff options
author | Sam James <sam@gentoo.org> | 2023-11-22 10:41:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-22 10:43:00 +0000 |
commit | e798aa5a89a092be0a82ed2302ada3d1b7951c21 (patch) | |
tree | 05d7884af86d50ec8b756dc19f00c2454a5c1c61 /sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | |
parent | dev-python/sybil: Bump to 6.0.1 (diff) | |
download | gentoo-e798aa5a89a092be0a82ed2302ada3d1b7951c21.tar.gz gentoo-e798aa5a89a092be0a82ed2302ada3d1b7951c21.tar.bz2 gentoo-e798aa5a89a092be0a82ed2302ada3d1b7951c21.zip |
sys-fs/zfs-kmod: add 2.2.1
Note that it may not fix the issues reported entirely as the race still exists.
Bug: https://bugs.gentoo.org/917224
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-kmod/zfs-kmod-9999.ebuild')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index e3f1e276b22c..0b3c28a2134c 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -8,7 +8,7 @@ inherit autotools dist-kernel-utils flag-o-matic linux-mod-r1 multiprocessing DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs" HOMEPAGE="https://github.com/openzfs/zfs" -MODULES_KERNEL_MAX=6.5 +MODULES_KERNEL_MAX=6.6 MODULES_KERNEL_MIN=3.10 if [[ ${PV} == 9999 ]] ; then |