mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
x11-base/xorg-proto: Add Python 3.14 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
8fcb39f86a
commit
6140b1e817
@ -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
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
MY_PN="${PN/xorg-/xorg}"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user