diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-08 15:40:18 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-08 15:40:42 -0500 |
commit | 2b881484623db07e2f0b371f3faf7515cbe51d8a (patch) | |
tree | ce838e2caa7d230a5b226121477fdd16d46ed9ed | |
parent | app-shells/autojump: Add Python 3.9 compat (diff) | |
download | gentoo-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>
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 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 |