summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Dai <radaiming@gmail.com>2016-03-28 16:53:54 +0800
committerIan Delaney <idella4@gentoo.org>2016-03-28 21:16:37 +0800
commitfe07826dfd3235ecf9b869062bf9e7b5a490712d (patch)
treee11ba4b03cb324c45968c30bc6762e054e365340
parentdev-python/sphinxcontrib-spelling: add Python 3.5 support (diff)
downloadgentoo-fe07826d.tar.gz
gentoo-fe07826d.tar.bz2
gentoo-fe07826d.zip
www-servers/gunicorn: add Python 3.5 support
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1152
-rw-r--r--www-servers/gunicorn/gunicorn-19.4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-19.4.5.ebuild b/www-servers/gunicorn/gunicorn-19.4.5.ebuild
index 36e80965ff84..ec7f67322ea5 100644
--- a/www-servers/gunicorn/gunicorn-19.4.5.ebuild
+++ b/www-servers/gunicorn/gunicorn-19.4.5.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1