Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gunicorn/
Date: Mon, 28 Mar 2016 13:16:57
Message-Id: 1459170997.fe07826dfd3235ecf9b869062bf9e7b5a490712d.idella4@gentoo
1 commit: fe07826dfd3235ecf9b869062bf9e7b5a490712d
2 Author: Ming Dai <radaiming <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 28 08:53:54 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 13:16:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe07826d
7
8 www-servers/gunicorn: add Python 3.5 support
9
10 Package-Manager: portage-2.2.26
11 Closes: https://github.com/gentoo/gentoo/pull/1152
12
13 www-servers/gunicorn/gunicorn-19.4.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-servers/gunicorn/gunicorn-19.4.5.ebuild b/www-servers/gunicorn/gunicorn-19.4.5.ebuild
17 index 36e8096..ec7f673 100644
18 --- a/www-servers/gunicorn/gunicorn-19.4.5.ebuild
19 +++ b/www-servers/gunicorn/gunicorn-19.4.5.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
25 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
26
27 inherit distutils-r1