From 784fcd7db5c52b654d4156965ff436f8f1d57b59 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 5 Sep 2025 09:57:54 +0200 Subject: [PATCH] sys-fs/bcachefs-tools: disable py3.10 Signed-off-by: Florian Schmaus --- sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild | 2 +- sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild index 7c7bb6bbc7fc3..13a638846887d 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.25.3.ebuild @@ -88,7 +88,7 @@ CRATES=" " LLVM_COMPAT=( {17..20} ) -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) RUST_MIN_VER="1.77.0" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index e4864f18768b0..6a64fd9e56341 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -88,7 +88,7 @@ CRATES=" " LLVM_COMPAT=( {17..20} ) -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) RUST_MIN_VER="1.77.0" VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kentoverstreet.asc inherit cargo flag-o-matic llvm-r1 python-any-r1 shell-completion toolchain-funcs unpacker verify-sig