diff options
author | matoro <matoro@users.noreply.github.com> | 2019-03-01 15:13:42 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-03-23 05:10:43 -0400 |
commit | 162ff05d4c677877e863fe8ab80a5396f88b6108 (patch) | |
tree | 2c9b55c6e4a78ec9f4d789ea962f326d3ee7fb7b /app-admin/webapp-config | |
parent | package.mask: Last rite app-arch/par (diff) | |
download | gentoo-162ff05d4c677877e863fe8ab80a5396f88b6108.tar.gz gentoo-162ff05d4c677877e863fe8ab80a5396f88b6108.tar.bz2 gentoo-162ff05d4c677877e863fe8ab80a5396f88b6108.zip |
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@airmail.cc>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-admin/webapp-config')
-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 | 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 be1d9c659f8b..c70dc1eac209 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 08cda6204783..6ce237b3e82c 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 |