commit: 13982c5114ff8ffefd4e7430d9c91def9f034abc
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 17:45:59 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 17:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13982c51
app-admin/webapp-config: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 2 +-
app-admin/webapp-config/webapp-config-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 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 8f6158777d9..f8cb336a9af 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
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 206b5aa84ed..99ed397bbc8 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_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1 prefix