Diff zfs-kmod-2.3.4 with a zfs-kmod-2.3.5

/usr/portage/sys-fs/zfs-kmod/zfs-kmod-2.3.5.ebuild 2025-11-26 18:18:03.563346772 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
9 9
DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
10 10
HOMEPAGE="https://github.com/openzfs/zfs"
11 11

  
12
MODULES_KERNEL_MAX=6.16
12
MODULES_KERNEL_MAX=6.17
13 13
MODULES_KERNEL_MIN=4.18
14 14

  
15 15
if [[ ${PV} == 9999 ]] ; then
......
31 31
	ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))"
32 32

  
33 33
	if [[ ${PV} != *_rc* ]] ; then
34
		KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~sparc"
34
		KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
35 35
	fi
36 36
fi
37 37

  
Thank you!