commit: fc85cee6700b9a8dc35d38437b7a6ae8ab0c7d1e
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 00:00:32 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 03:56:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc85cee6
dev-python/retry-decorator: add py3.5 love
dev-python/retry-decorator/retry-decorator-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
index 4751a21..8b695d0 100644
--- a/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
+++ b/dev-python/retry-decorator/retry-decorator-1.0.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1 vcs-snapshot