projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe07826
)
dev-python/aiohttp: add Python 3.5 support
author
Ming Dai
<radaiming@gmail.com>
Mon, 28 Mar 2016 08:55:44 +0000
(16:55 +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
dev-python/aiohttp/aiohttp-0.21.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/aiohttp/aiohttp-0.21.5.ebuild
b/dev-python/aiohttp/aiohttp-0.21.5.ebuild
index ab8be7d6cd66fdce969cf67a40c6acc6f2f03f05..f028aa72c5f5be1d1bf03435cecbf7b3c885a958 100644
(file)
--- a/
dev-python/aiohttp/aiohttp-0.21.5.ebuild
+++ b/
dev-python/aiohttp/aiohttp-0.21.5.ebuild
@@
-4,7
+4,7
@@
EAPI="5"
-PYTHON_COMPAT=( python3_
4
)
+PYTHON_COMPAT=( python3_
{4,5}
)
inherit distutils-r1