diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-13 00:54:20 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-13 00:54:57 -0800 |
commit | 88ae996a9857fa6e9b97f1b3b0e333423bf46b4a (patch) | |
tree | 478f07c14b9eaeb3bc65d5a88bf262b4fac7e82b /www-servers/gunicorn | |
parent | profiles/package.mask: Remove unneeded alock mask (diff) | |
download | gentoo-88ae996a9857fa6e9b97f1b3b0e333423bf46b4a.tar.gz gentoo-88ae996a9857fa6e9b97f1b3b0e333423bf46b4a.tar.bz2 gentoo-88ae996a9857fa6e9b97f1b3b0e333423bf46b4a.zip |
www-servers/gunicorn: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-servers/gunicorn')
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.1.1.ebuild | 4 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.3.0.ebuild | 4 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.4.5.ebuild | 4 | ||||
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.6.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www-servers/gunicorn/gunicorn-19.1.1.ebuild b/www-servers/gunicorn/gunicorn-19.1.1.ebuild index bcd394d2eaa9..e0105b8e585f 100644 --- a/www-servers/gunicorn/gunicorn-19.1.1.ebuild +++ b/www-servers/gunicorn/gunicorn-19.1.1.ebuild @@ -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 diff --git a/www-servers/gunicorn/gunicorn-19.3.0.ebuild b/www-servers/gunicorn/gunicorn-19.3.0.ebuild index 59a68649092e..57a831d72beb 100644 --- a/www-servers/gunicorn/gunicorn-19.3.0.ebuild +++ b/www-servers/gunicorn/gunicorn-19.3.0.ebuild @@ -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 diff --git a/www-servers/gunicorn/gunicorn-19.4.5.ebuild b/www-servers/gunicorn/gunicorn-19.4.5.ebuild index c0dc40ba7a83..951dd69ede1e 100644 --- a/www-servers/gunicorn/gunicorn-19.4.5.ebuild +++ b/www-servers/gunicorn/gunicorn-19.4.5.ebuild @@ -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 diff --git a/www-servers/gunicorn/gunicorn-19.6.0.ebuild b/www-servers/gunicorn/gunicorn-19.6.0.ebuild index c1f120293951..ac014e1e140a 100644 --- a/www-servers/gunicorn/gunicorn-19.6.0.ebuild +++ b/www-servers/gunicorn/gunicorn-19.6.0.ebuild @@ -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 |