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/gunicorn-19.1.1.ebuild | |
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/gunicorn-19.1.1.ebuild')
-rw-r--r-- | www-servers/gunicorn/gunicorn-19.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 |