commit: 32c2652edf0e02a6b83918c69ba694273c7a841c Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 23:15:14 2026 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 23:17:19 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c2652e
sys-fs/zfs: bump MODULES_KERNEL_MAX in live ebuild Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> sys-fs/zfs/zfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 19e77752faa2..8b35bffb3cdd 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ inherit linux-mod-r1 multiprocessing pam systemd udev usr-ldscript DESCRIPTION="Linux kernel module and userland utilities for ZFS" HOMEPAGE="https://github.com/openzfs/zfs" -MODULES_KERNEL_MAX=6.18 +MODULES_KERNEL_MAX=6.19 MODULES_KERNEL_MIN=4.18 if [[ ${PV} == "9999" ]]; then
