From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CADA158042 for ; Tue, 15 Oct 2024 14:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91AF3E07BA; Tue, 15 Oct 2024 14:33:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04191E07BA for ; Tue, 15 Oct 2024 14:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A10A342FB2 for ; Tue, 15 Oct 2024 14:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49B611DF for ; Tue, 15 Oct 2024 14:33:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729002765.4ea77da2de0f6f67b470a0e8ac39a6e52fb7a7f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-2.1.15.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ea77da2de0f6f67b470a0e8ac39a6e52fb7a7f5 X-VCS-Branch: master Date: Tue, 15 Oct 2024 14:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1109ed3-e8ac-4417-8bf7-dcb9353e2e0b X-Archives-Hash: 3c7b5b659f32353a9d4758cd4d8345be commit: 4ea77da2de0f6f67b470a0e8ac39a6e52fb7a7f5 Author: Sam James gentoo org> AuthorDate: Tue Oct 15 14:32:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 15 14:32:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea77da2 sys-fs/zfs: enable py3.12 for 2.1.x Signed-off-by: Sam James gentoo.org> sys-fs/zfs/zfs-2.1.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-2.1.15.ebuild b/sys-fs/zfs/zfs-2.1.15.ebuild index 5dcfd94d6ae2..aae1320ceadd 100644 --- a/sys-fs/zfs/zfs-2.1.15.ebuild +++ b/sys-fs/zfs/zfs-2.1.15.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript