x11-base/xorg-proto: Add Python 3.14 compatibility

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-12-19 16:06:19 -05:00
parent 8fcb39f86a
commit 6140b1e817
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97

View File

@ -1,8 +1,8 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{10..13} ) PYTHON_COMPAT=( python3_{11..14} )
MY_PN="${PN/xorg-/xorg}" MY_PN="${PN/xorg-/xorg}"
MY_P="${MY_PN}-${PV}" MY_P="${MY_PN}-${PV}"