summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:15:48 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:15:48 -0500
commitc60048e7f20229b8fed34ac233bda9a205566b59 (patch)
treedf59903b3ee14fa306e6b62e06bd36102fbce5db /www-apps
parentnet-misc/pulseaudio-dlna: enable py3.11 (diff)
downloadgentoo-c60048e7f20229b8fed34ac233bda9a205566b59.tar.gz
gentoo-c60048e7f20229b8fed34ac233bda9a205566b59.tar.bz2
gentoo-c60048e7f20229b8fed34ac233bda9a205566b59.zip
www-apps/novnc: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/novnc/novnc-1.2.0.ebuild2
-rw-r--r--www-apps/novnc/novnc-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
index 917a3e314b52..2d1907d63eb0 100644
--- a/www-apps/novnc/novnc-1.2.0.ebuild
+++ b/www-apps/novnc/novnc-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 7c33216b49d4..71684fd67ee6 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"