www-servers/gunicorn: add Python 3.5 support
authorMing Dai <radaiming@gmail.com>
Mon, 28 Mar 2016 08:53:54 +0000 (16:53 +0800)
committerIan Delaney <idella4@gentoo.org>
Mon, 28 Mar 2016 13:16:37 +0000 (21:16 +0800)
Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1152

www-servers/gunicorn/gunicorn-19.4.5.ebuild

index 36e80965ff8426971eb1741de890e4fbb5cc51fe..ec7f67322ea5832cad4ee6a014ece82b4ebfd51f 100644 (file)
@@ -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