commit:     5dcb3f3f5a5cf8055cfd05aba23d0101774f77cc
Author:     Ming Dai <radaiming <AT> gmail <DOT> com>
AuthorDate: Mon Mar 28 08:55:44 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 13:16:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcb3f3f

dev-python/aiohttp: add Python 3.5 support

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1152

 dev-python/aiohttp/aiohttp-0.21.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiohttp/aiohttp-0.21.5.ebuild 
b/dev-python/aiohttp/aiohttp-0.21.5.ebuild
index ab8be7d..f028aa7 100644
--- 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
 

Reply via email to