summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 18:36:36 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:05:44 +0100
commit27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a (patch)
treed8a978a6e7a189b82622fab388fe2755dd1a956d /dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
parentdev-python/Babel: Enable pypy3 (diff)
downloadgentoo-27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a.tar.gz
gentoo-27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a.tar.bz2
gentoo-27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a.zip
dev-python/sphinx_rtd_theme: Enable pypy3
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 5a2f52fe86af..17aa58646394 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-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
inherit distutils-r1