Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/
Date: Fri, 20 May 2022 02:08:03
Message-Id: 1653012468.23f8d570436100c93b18f4cd20bf2ccfd3b1d959.prometheanfire@gentoo
1 commit: 23f8d570436100c93b18f4cd20bf2ccfd3b1d959
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:07:48 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:07:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f8d570
7
8 www-apps/novnc: add 3.10 to python_compat
9
10 Closes: https://bugs.gentoo.org/846341
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 www-apps/novnc/novnc-1.2.0.ebuild | 2 +-
15 www-apps/novnc/novnc-9999.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/www-apps/novnc/novnc-1.2.0.ebuild b/www-apps/novnc/novnc-1.2.0.ebuild
19 index 287051b334b2..1076ed3f41ef 100644
20 --- a/www-apps/novnc/novnc-1.2.0.ebuild
21 +++ b/www-apps/novnc/novnc-1.2.0.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=7
24
25 DISTUTILS_USE_SETUPTOOLS=no
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28 inherit distutils-r1
29
30 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
31
32 diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
33 index a061cad3709f..6b01b8479bea 100644
34 --- a/www-apps/novnc/novnc-9999.ebuild
35 +++ b/www-apps/novnc/novnc-9999.ebuild
36 @@ -1,10 +1,10 @@
37 # Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=7
41 +EAPI=8
42
43 DISTUTILS_USE_SETUPTOOLS=no
44 -PYTHON_COMPAT=( python3_{7..9} )
45 +PYTHON_COMPAT=( python3_{7..10} )
46 inherit distutils-r1
47
48 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"