summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:37:36 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:44:03 -0400
commita0ea5059f176c7aa554a5791f8b709e4ba750c31 (patch)
tree15cdbd71f5e15c05cb4de2fe619babbaccb4b608 /media-gfx/xdot
parentdev-python/paho-mqtt: Add Python 3.11 compatibility (diff)
downloadgentoo-a0ea5059f176c7aa554a5791f8b709e4ba750c31.tar.gz
gentoo-a0ea5059f176c7aa554a5791f8b709e4ba750c31.tar.bz2
gentoo-a0ea5059f176c7aa554a5791f8b709e4ba750c31.zip
media-gfx/xdot: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r--media-gfx/xdot/xdot-1.2.ebuild2
-rw-r--r--media-gfx/xdot/xdot-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild
index 257e097b20f3..c81509c0a76e 100644
--- a/media-gfx/xdot/xdot-1.2.ebuild
+++ b/media-gfx/xdot/xdot-1.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
MY_PN=xdot.py
EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"
diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild
index 5e7b0432ad64..646fd464d2bd 100644
--- a/media-gfx/xdot/xdot-9999.ebuild
+++ b/media-gfx/xdot/xdot-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
MY_PN=xdot.py
EGIT_REPO_URI="https://github.com/jrfonseca/${MY_PN}"