www-servers/gunicorn: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:54:20 +0000 (00:54 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:54:57 +0000 (00:54 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

www-servers/gunicorn/gunicorn-19.1.1.ebuild
www-servers/gunicorn/gunicorn-19.3.0.ebuild
www-servers/gunicorn/gunicorn-19.4.5.ebuild
www-servers/gunicorn/gunicorn-19.6.0.ebuild

index bcd394d2eaa9635d4a3bd065bb3c73a56779b3d0..e0105b8e585f3959c9086ba98bef6f8c42a4d65f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index 59a68649092ee8be0ec11cda1b9cc32693311706..57a831d72bebf51ad3a352a637857fe106d6bd6d 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index c0dc40ba7a8381a035f632f7845d6484ca151d17..951dd69ede1e7aed764439557e83630e6c19226e 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index c1f1202939511f4b99ceae4b4dce9b883fb4767f..ac014e1e140a04d8d91b7759b18becfef2d3a425 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1