Diff zfs-2.2.9 with a zfs-2.2.10

/usr/portage/sys-fs/zfs/zfs-2.2.10.ebuild 2026-06-18 19:41:04.424384471 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DISTUTILS_OPTIONAL=1
7 7
DISTUTILS_USE_PEP517=setuptools
8
PYTHON_COMPAT=( python3_{11..14} )
8
PYTHON_COMPAT=( python3_{12..14} )
9 9

  
10 10
inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info
11 11
inherit pam systemd udev usr-ldscript
......
105 105

  
106 106
RESTRICT="test"
107 107

  
108
PATCHES=(
109
	"${FILESDIR}"/2.1.5-dracut-zfs-missing.patch
110
	"${FILESDIR}"/2.3.4-musl.patch
111
	"${FILESDIR}"/2.2.9-nfs-truncate-shares.patch
112
)
113

  
114 108
pkg_pretend() {
115 109
	use rootfs || return 0
116 110

  
Thank you!