summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-10 17:18:08 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-12 14:18:23 -0800
commitab54202674af9af13b6f539f26c677757b69d959 (patch)
tree687cc9ce7eeb2a7115604e56b96019d201b9f007 /dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
parentdev-python/Babel: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-ab54202674af9af13b6f539f26c677757b69d959.tar.gz
gentoo-ab54202674af9af13b6f539f26c677757b69d959.tar.bz2
gentoo-ab54202674af9af13b6f539f26c677757b69d959.zip
dev-python/sphinx_rtd_theme: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild')
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
index 17aa58646394..8a765d4eceb4 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
inherit distutils-r1