app-admin/webapp-config: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:36:39 +0000 (09:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 9 Oct 2016 07:46:31 +0000 (09:46 +0200)
Package-Manager: portage-2.3.1

app-admin/webapp-config/webapp-config-1.54-r1.ebuild
app-admin/webapp-config/webapp-config-1.54-r2.ebuild
app-admin/webapp-config/webapp-config-9999.ebuild

index fc8d1ca6325f32d433399b28fb2b45d3f0de69a9..18065665db1e2324f526badf1d0fb88c5c9db136 100644 (file)
@@ -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
 
index 90075b1ceac4194b49fc9c713d5a18480eacfcfe..98f452e1c41c6c6962a1785e0884156eee3efb0b 100644 (file)
@@ -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
 
index 74104fa4db71df86fb67cff79002a078fab5f8e7..b033362a5a7ef4d4bd4910bb2afb4b176c2bec6f 100644 (file)
@@ -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