commit: 1a41808ab4d73f80804a0d8417d21f4a685c06ef Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 15:26:00 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 15:26:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a41808a
www-apps/novnc: enable py3.12 Closes: https://bugs.gentoo.org/929873 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> www-apps/novnc/novnc-1.4.0.ebuild | 4 ++-- www-apps/novnc/novnc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/novnc/novnc-1.4.0.ebuild b/www-apps/novnc/novnc-1.4.0.ebuild index ff11d98a0fd9..eae12701221a 100644 --- a/www-apps/novnc/novnc-1.4.0.ebuild +++ b/www-apps/novnc/novnc-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) 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 ff11d98a0fd9..eae12701221a 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
