commit:     162ff05d4c677877e863fe8ab80a5396f88b6108
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Fri Mar  1 20:13:42 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 09:10:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162ff05d

app-admin/webapp-config: enable python3_7

All tests pass under python 3.7 per this build log:
https://gist.github.com/matoro/1808592dcc9cf09f344a907c8a2fb1af

Signed-off-by: matoro <matoro <AT> airmail.cc>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 app-admin/webapp-config/webapp-config-1.55-r1.ebuild | 4 ++--
 app-admin/webapp-config/webapp-config-9999.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 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 be1d9c659f8..c70dc1eac20 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-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 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 08cda620478..6ce237b3e82 100644
--- a/app-admin/webapp-config/webapp-config-9999.ebuild
+++ b/app-admin/webapp-config/webapp-config-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 prefix
 

Reply via email to