summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-13 00:54:20 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-13 00:54:57 -0800
commit88ae996a9857fa6e9b97f1b3b0e333423bf46b4a (patch)
tree478f07c14b9eaeb3bc65d5a88bf262b4fac7e82b /www-servers/gunicorn/gunicorn-19.3.0.ebuild
parentprofiles/package.mask: Remove unneeded alock mask (diff)
downloadgentoo-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.3.0.ebuild')
-rw-r--r--www-servers/gunicorn/gunicorn-19.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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