Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/
Date: Wed, 02 Feb 2022 13:15:50
Message-Id: 1643807742.240c343ac6ed50b3b236e80287fd7497af826bab.candrews@gentoo
1 commit: 240c343ac6ed50b3b236e80287fd7497af826bab
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 13:15:24 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 13:15:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240c343a
7
8 app-admin/webapp-config: Python 3.10 compatibility
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 app-admin/webapp-config/webapp-config-1.55-r2.ebuild | 4 ++--
14 app-admin/webapp-config/webapp-config-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
18 index 08e686f810cf..92a1e109e75f 100644
19 --- a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
20 +++ b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DISTUTILS_USE_SETUPTOOLS=no
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{7..10} )
31
32 inherit distutils-r1 prefix
33
34
35 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild
36 index 611a6da21acf..3b46bc38c9e2 100644
37 --- a/app-admin/webapp-config/webapp-config-9999.ebuild
38 +++ b/app-admin/webapp-config/webapp-config-9999.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45
46 DISTUTILS_USE_SETUPTOOLS=no
47 -PYTHON_COMPAT=( python3_{7..9} )
48 +PYTHON_COMPAT=( python3_{7..10} )
49
50 inherit distutils-r1 prefix