commit: d43722757b21f05c3232607be5614eac6cc914d2
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 16:37:54 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 16:38:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4372275
dev-python/pycobertura: Add python3_{5,6} support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pycobertura/pycobertura-0.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index a086c68c9ee..81977de2911 100644
--- a/dev-python/pycobertura/pycobertura-0.10.0.ebuild
+++ b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Cobertura coverage parser that can diff reports and show coverage
progress"