diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 01:03:30 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-17 01:03:30 +0200 |
commit | 62e8b3b53b1003fd6549bfc7ca852e273404564d (patch) | |
tree | 58571045f82b025113ed788ea505dc16906f1600 /app-admin/webapp-config | |
parent | app-admin/webapp-config: Add python3_6 (diff) | |
download | gentoo-62e8b3b53b1003fd6549bfc7ca852e273404564d.tar.gz gentoo-62e8b3b53b1003fd6549bfc7ca852e273404564d.tar.bz2 gentoo-62e8b3b53b1003fd6549bfc7ca852e273404564d.zip |
app-admin/webapp-config: Add python3_6 to live
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r-- | app-admin/webapp-config/webapp-config-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 2d10cc49628a..92e931ab791e 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-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 prefix |