commit: 0cc26b9606909947c2f7b20374dcff4c368167c4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 6 15:58:02 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 6 16:26:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc26b96
x11-base/xorg-proto: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-base/xorg-proto/xorg-proto-2024.1.ebuild | 2 +- x11-base/xorg-proto/xorg-proto-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-base/xorg-proto/xorg-proto-2024.1.ebuild b/x11-base/xorg-proto/xorg-proto-2024.1.ebuild index 9a50fc259d58..42f6666cd142 100644 --- a/x11-base/xorg-proto/xorg-proto-2024.1.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2024.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index 980d24c44384..3ca7fa0c89e5 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}"