commit: 2a9124fbb1c2207e174ea37b88e5bd2c4fc3ba1b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 08:50:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 09:40:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9124fb
app-admin/webapp-config: Drop py2
Signed-off-by: Michał Górny <mgorny <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 2966dd2dcd9..5c673ce152b 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{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
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 9e17168b767..98c743df74f 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{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 prefix