commit: 2b881484623db07e2f0b371f3faf7515cbe51d8a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 8 20:40:18 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 8 20:40:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b881484
app-admin/webapp-config: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 ++--
app-admin/webapp-config/webapp-config-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
index 3ef9aa06291..41fa3a45483 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..9} )
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 82ce38d5fbd..37cef6a134c 100644
--- a/app-admin/webapp-config/webapp-config-9999.ebuild
+++ b/app-admin/webapp-config/webapp-config-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1 prefix