From a97e5fedb7005e14b64c603c65d39b47275612fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 2 Jul 2025 06:50:50 +0200 Subject: [PATCH] net-wireless/blueman: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-wireless/blueman/blueman-2.4.6.ebuild | 2 +- net-wireless/blueman/blueman-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/blueman/blueman-2.4.6.ebuild b/net-wireless/blueman/blueman-2.4.6.ebuild index 53f5093ee3e8c..c84b9a7b8ad9f 100644 --- a/net-wireless/blueman/blueman-2.4.6.ebuild +++ b/net-wireless/blueman/blueman-2.4.6.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index e35c4e8453aaa..f3e964d5966dd 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools distutils-r1 gnome2-utils linux-info systemd xdg-utils