From 95be55a5b026c2b9244bbd38c2b595ebc35e3e46 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 1 May 2025 23:10:57 +0100 Subject: [PATCH] dev-util/diffuse: disable py3.10, py3.9 Signed-off-by: Sam James --- dev-util/diffuse/diffuse-0.9.0-r1.ebuild | 2 +- dev-util/diffuse/diffuse-0.9.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild index 23cb66506293f..60d77c976f223 100644 --- a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild +++ b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{11..13} ) PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW" inherit meson plocale python-r1 xdg diff --git a/dev-util/diffuse/diffuse-0.9.0.ebuild b/dev-util/diffuse/diffuse-0.9.0.ebuild index c6be148a78fd7..0f7259d240b54 100644 --- a/dev-util/diffuse/diffuse-0.9.0.ebuild +++ b/dev-util/diffuse/diffuse-0.9.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW" inherit meson plocale python-r1 xdg