dev-python/aiohttp: add Python 3.5 support
authorMing Dai <radaiming@gmail.com>
Mon, 28 Mar 2016 08:55:44 +0000 (16:55 +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

dev-python/aiohttp/aiohttp-0.21.5.ebuild

index ab8be7d6cd66fdce969cf67a40c6acc6f2f03f05..f028aa72c5f5be1d1bf03435cecbf7b3c885a958 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1