From fe07826dfd3235ecf9b869062bf9e7b5a490712d Mon Sep 17 00:00:00 2001 From: Ming Dai Date: Mon, 28 Mar 2016 16:53:54 +0800 Subject: www-servers/gunicorn: add Python 3.5 support Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1152 --- www-servers/gunicorn/gunicorn-19.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-servers/gunicorn') 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 -- cgit v1.2.3-65-gdbad