commit: 786d12cf1fd95d5fe4eff1996ee6ff1c6517a513 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 18:18:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 18:18:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786d12cf
sys-fs/zfs-kmod: master supports 6.13 too Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 4 ++-- 1 file 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 6f064f20b142..d8c897facd58 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-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit autotools 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.12 +MODULES_KERNEL_MAX=6.13 MODULES_KERNEL_MIN=4.18 if [[ ${PV} == 9999 ]] ; then
