commit: 89c8c0929091f55d2a7da27e2cfd52414eeb2528
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 17:24:19 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 4 17:24:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c8c092
dev-python/statsd: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/statsd/statsd-3.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/statsd/statsd-3.2.1.ebuild
b/dev-python/statsd/statsd-3.2.1.ebuild
index 9b9d2627fae..61b4b056c7d 100644
--- a/dev-python/statsd/statsd-3.2.1.ebuild
+++ b/dev-python/statsd/statsd-3.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy pypy3 )
inherit distutils-r1