summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-03-08 15:40:18 -0500
committerMatt Turner <mattst88@gentoo.org>2021-03-08 15:40:42 -0500
commit2b881484623db07e2f0b371f3faf7515cbe51d8a (patch)
treece838e2caa7d230a5b226121477fdd16d46ed9ed /app-admin
parentapp-shells/autojump: Add Python 3.9 compat (diff)
downloadgentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.tar.gz
gentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.tar.bz2
gentoo-2b881484623db07e2f0b371f3faf7515cbe51d8a.zip
app-admin/webapp-config: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/webapp-config/webapp-config-1.55-r1.ebuild4
-rw-r--r--app-admin/webapp-config/webapp-config-9999.ebuild2
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 3ef9aa06291e..41fa3a45483a 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 82ce38d5fbd8..37cef6a134c9 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