summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-05 16:56:13 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-05 16:56:13 +0200
commit5296ed8ffd499ad6ac59dcd9407f1850b978e194 (patch)
treee450e1594222d3f9f3fdeb6e3e9856048c012b02
parentdev-libs/libgit2-glib: Add python3_6 (diff)
downloadgentoo-5296ed8ffd499ad6ac59dcd9407f1850b978e194.tar.gz
gentoo-5296ed8ffd499ad6ac59dcd9407f1850b978e194.tar.bz2
gentoo-5296ed8ffd499ad6ac59dcd9407f1850b978e194.zip
dev-python/httpbin: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/httpbin/httpbin-0.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.4.1.ebuild b/dev-python/httpbin/httpbin-0.4.1.ebuild
index 1f2c373c29ed..a2632b2ab643 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