commit: 54b54c80926dcf4898af044e1e9d6f3c0bcd7435
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 17:35:20 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu May 4 17:35:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b54c80
dev-python/sphinx-gallery: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild
b/dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild
index 14832084463..333d76c55a7 100644
--- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1