commit: 7e4a5a74a73def62c0d9f7d45402e5c406310699
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 12:44:22 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 11 12:54:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4a5a74
dev-python/prometheus_client: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/prometheus_client/prometheus_client-0.0.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild
b/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild
index d343ac5c334..f9081afa281 100644
--- a/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.0.19.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python client for the Prometheus monitoring system"