From 5378db21df16db0cae0a6204e9a290ee51a453b4 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Mon, 3 Nov 2025 15:20:58 +0100 Subject: [PATCH] x11-libs/cairo: Add python3.14 support Signed-off-by: Sasha Finkelstein Part-of: https://github.com/gentoo/gentoo/pull/44450 Signed-off-by: Sam James --- x11-libs/cairo/cairo-1.18.4-r1.ebuild | 2 +- x11-libs/cairo/cairo-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/cairo/cairo-1.18.4-r1.ebuild b/x11-libs/cairo/cairo-1.18.4-r1.ebuild index d2af861170db4..d678e4f8a463c 100644 --- a/x11-libs/cairo/cairo-1.18.4-r1.ebuild +++ b/x11-libs/cairo/cairo-1.18.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit meson-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index b3496aada867b..7cff01a35ed10 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit meson-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then