diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-18 13:45:59 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 13:55:16 -0400 |
commit | 13982c5114ff8ffefd4e7430d9c91def9f034abc (patch) | |
tree | 51d4c238d3adde52590cb5e455147c5e45c0a91b /app-admin | |
parent | net-libs/ldns: Python 3.8 compatibility (diff) | |
download | gentoo-13982c5114ff8ffefd4e7430d9c91def9f034abc.tar.gz gentoo-13982c5114ff8ffefd4e7430d9c91def9f034abc.tar.bz2 gentoo-13982c5114ff8ffefd4e7430d9c91def9f034abc.zip |
app-admin/webapp-config: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 8f6158777d98..f8cb336a9af6 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 206b5aa84ed9..99ed397bbc8b 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 |