commit: 81a65b3c54b699ff25bed80b2dc8a8abd41f959a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 12 02:51:57 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 02:52:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a65b3c
media-gfx/xdot: Add Python 3.14 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-gfx/xdot/xdot-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild
index d35963b1beda..5350176ace4c 100644
--- a/media-gfx/xdot/xdot-9999.ebuild
+++ b/media-gfx/xdot/xdot-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
MY_PN=xdot.py
EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"