From 450ec2e3925ed2f7f8bdc14fe47b908e21b2047c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 14 Apr 2026 15:43:21 +0300 Subject: [PATCH] media-libs/lensfun: 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/631 Signed-off-by: Michał Górny --- media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild index 59e24ee0e6cae..9cebdccff70c0 100644 --- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild +++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit python-single-r1 cmake DESCRIPTION="Library for rectifying and simulating photographic lens distortions"