diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-02-02 08:15:24 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-02-02 08:15:42 -0500 |
commit | 240c343ac6ed50b3b236e80287fd7497af826bab (patch) | |
tree | 728a0c71708fd581e65e7c96fe9a6ab0b5880fb4 /app-admin/webapp-config/webapp-config-9999.ebuild | |
parent | dev-lisp/sbcl: remove 2.1.11 (diff) | |
download | gentoo-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/webapp-config/webapp-config-9999.ebuild')
-rw-r--r-- | app-admin/webapp-config/webapp-config-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |