x11-libs/cairo: Add python3.14 support

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44450
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein 2025-11-03 15:20:58 +01:00 committed by Sam James
parent 61904217d1
commit 5378db21df
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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