commit: 5296ed8ffd499ad6ac59dcd9407f1850b978e194
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 14:56:13 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 5 14:56:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5296ed8f
dev-python/httpbin: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/httpbin/httpbin-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild
b/dev-python/httpbin/httpbin-0.4.1.ebuild
index 1f2c373c29e..a2632b2ab64 100644
--- a/dev-python/httpbin/httpbin-0.4.1.ebuild
+++ b/dev-python/httpbin/httpbin-0.4.1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1