projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58ab8e
)
www-servers/gunicorn: add Python 3.5 support
author
Ming Dai
<radaiming@gmail.com>
Mon, 28 Mar 2016 08:53:54 +0000
(16:53 +0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/www-servers/gunicorn/gunicorn-19.4.5.ebuild
b/www-servers/gunicorn/gunicorn-19.4.5.ebuild
index 36e80965ff8426971eb1741de890e4fbb5cc51fe..ec7f67322ea5832cad4ee6a014ece82b4ebfd51f 100644
(file)
--- 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