diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 02:15:20 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 02:16:27 -0800 |
commit | e77a35afccbd67eb42519c6ed31c965fb0af1e63 (patch) | |
tree | aa2a25c58c8b4b013800a52508f02b40b36282b8 /dev-python/sphinx-bootstrap-theme | |
parent | dev-python/nose_warnings_filters: Don't add build-time deps to RDEPEND (diff) | |
download | gentoo-e77a35afccbd67eb42519c6ed31c965fb0af1e63.tar.gz gentoo-e77a35afccbd67eb42519c6ed31c965fb0af1e63.tar.bz2 gentoo-e77a35afccbd67eb42519c6ed31c965fb0af1e63.zip |
dev-python/sphinx-bootstrap-theme: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r-- | dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild index c241c4ea156c..375f82fa6cf8 100644 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.ebuild +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.9.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 |