diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:35:20 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 19:35:20 +0200 |
commit | 54b54c80926dcf4898af044e1e9d6f3c0bcd7435 (patch) | |
tree | e40aa3cb1a4a6024cf8fb460723f0048b1f4b414 /dev-python/sphinx-gallery | |
parent | dev-python/utidylib: Add python3_6 (diff) | |
download | gentoo-54b54c80926dcf4898af044e1e9d6f3c0bcd7435.tar.gz gentoo-54b54c80926dcf4898af044e1e9d6f3c0bcd7435.tar.bz2 gentoo-54b54c80926dcf4898af044e1e9d6f3c0bcd7435.zip |
dev-python/sphinx-gallery: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.1.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 148320844636..333d76c55a7a 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 |