commit:     806297b6624b585e0751b6542b876912b78e5cbc
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 06:51:59 2025 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 06:55:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806297b6

sys-fs/zfs: disable py3.10

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 sys-fs/zfs/zfs-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index e6e0edd4d9fd..4e5a6725c03c 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -10,7 +10,7 @@ EAPI=8
 
 DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 MODULES_INITRAMFS_IUSE=+initramfs
 MODULES_OPTIONAL_IUSE=+modules
@@ -304,6 +304,7 @@ src_compile() {
 
 src_install() {
        DOCS=( AUTHORS COPYRIGHT META README.md )
+
        if use modules; then
                emake "${MODULES_MAKEARGS[@]}" DESTDIR="${ED}" install
                modules_post_process

Reply via email to