diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:36:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:31 +0200 |
commit | 99e2819f2510b81ad745ef1c7f1c1dce985220bb (patch) | |
tree | 68053056767aaf42ceecb44af8c304046ced6507 | |
parent | app-admin/pydf: Support python 3.5 (diff) | |
download | gentoo-99e2819f2510b81ad745ef1c7f1c1dce985220bb.tar.gz gentoo-99e2819f2510b81ad745ef1c7f1c1dce985220bb.tar.bz2 gentoo-99e2819f2510b81ad745ef1c7f1c1dce985220bb.zip |
app-admin/webapp-config: Support python 3.5
Package-Manager: portage-2.3.1
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.54-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.54-r2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild index fc8d1ca6325f..18065665db1e 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild index 90075b1ceac4..98f452e1c41c 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 74104fa4db71..b033362a5a7e 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 |