diff options
author | Sam James <sam@gentoo.org> | 2024-02-23 05:04:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-23 06:29:47 +0000 |
commit | 9a367cc6d29a7b1b70cdf6072ca6fd1d6a21b6f8 (patch) | |
tree | cd8489cb48ddddfada935c7b3f7f5f8efe54f64d /sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | |
parent | dev-ruby/elastic-transport: add 8.3.2 (diff) | |
download | gentoo-9a367cc6d29a7b1b70cdf6072ca6fd1d6a21b6f8.tar.gz gentoo-9a367cc6d29a7b1b70cdf6072ca6fd1d6a21b6f8.tar.bz2 gentoo-9a367cc6d29a7b1b70cdf6072ca6fd1d6a21b6f8.zip |
sys-fs/zfs-kmod: add 2.2.3
Bug: https://bugs.gentoo.org/925290
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 | 4 |
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 940666b38c47..e2c8f5dfec1b 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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.6 +MODULES_KERNEL_MAX=6.7 MODULES_KERNEL_MIN=3.10 if [[ ${PV} == 9999 ]] ; then |