commit: 18ea954ec9b9c3aae1692594d661257e60ebc463
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 02:56:31 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 02:56:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ea954e
dev-python/doc8: more pythons
Package-Manager: portage-2.2.26
dev-python/doc8/doc8-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/doc8/doc8-0.6.0.ebuild
b/dev-python/doc8/doc8-0.6.0.ebuild
index ba242e7..835cf3c 100644
--- a/dev-python/doc8/doc8-0.6.0.ebuild
+++ b/dev-python/doc8/doc8-0.6.0.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1