summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-06-21 18:37:54 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-06-21 18:38:41 +0200
commitd43722757b21f05c3232607be5614eac6cc914d2 (patch)
tree1f5314b72a059dee6695b69659ec2f22b1dbf03e /dev-python/pycobertura
parentdev-ml/ocaml-magic-mime: bump to 1.1.0 (diff)
downloadgentoo-d43722757b21f05c3232607be5614eac6cc914d2.tar.gz
gentoo-d43722757b21f05c3232607be5614eac6cc914d2.tar.bz2
gentoo-d43722757b21f05c3232607be5614eac6cc914d2.zip
dev-python/pycobertura: Add python3_{5,6} support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pycobertura')
-rw-r--r--dev-python/pycobertura/pycobertura-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycobertura/pycobertura-0.10.0.ebuild b/dev-python/pycobertura/pycobertura-0.10.0.ebuild
index a086c68c9ee1..81977de29115 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"