summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2022-02-02 08:15:24 -0500
committerCraig Andrews <candrews@gentoo.org>2022-02-02 08:15:42 -0500
commit240c343ac6ed50b3b236e80287fd7497af826bab (patch)
tree728a0c71708fd581e65e7c96fe9a6ab0b5880fb4 /app-admin
parentdev-lisp/sbcl: remove 2.1.11 (diff)
downloadgentoo-240c343ac6ed50b3b236e80287fd7497af826bab.tar.gz
gentoo-240c343ac6ed50b3b236e80287fd7497af826bab.tar.bz2
gentoo-240c343ac6ed50b3b236e80287fd7497af826bab.zip
app-admin/webapp-config: Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/webapp-config/webapp-config-1.55-r2.ebuild4
-rw-r--r--app-admin/webapp-config/webapp-config-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
index 08e686f810cf..92a1e109e75f 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1 prefix
diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild
index 611a6da21acf..3b46bc38c9e2 100644
--- a/app-admin/webapp-config/webapp-config-9999.ebuild
+++ b/app-admin/webapp-config/webapp-config-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1 prefix