From 46a4ba417cf742ffe8a5fe5d663cf375363eacd5 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 20 Apr 2026 13:37:53 +0300 Subject: [PATCH] dev-embedded/libftdi: enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/683 Signed-off-by: Michał Górny --- dev-embedded/libftdi/libftdi-1.5-r8.ebuild | 4 ++-- dev-embedded/libftdi/libftdi-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-embedded/libftdi/libftdi-1.5-r8.ebuild b/dev-embedded/libftdi/libftdi-1.5-r8.ebuild index 7af91e22acbb8..421981b20ae0c 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r8.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_P="${PN}1-${PV}" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake python-single-r1 if [[ ${PV} == 9999* ]] ; then diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild index 1958c80d92e38..3adaa3b4f05b3 100644 --- a/dev-embedded/libftdi/libftdi-9999.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_P="${PN}1-${PV}" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake python-single-r1 if [[ ${PV} == 9999* ]] ; then