dev-python/wrapt: Add python3.5 support
authorJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 08:40:32 +0000 (09:40 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 10:17:40 +0000 (11:17 +0100)
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/wrapt/wrapt-1.10.5.ebuild

index 157340f6f0644e65e7106b986951fda5d759ae54..e5a8234e7db94fa6d39c16b4cfb09dcbd748e6f2 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1 vcs-snapshot