diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-11 16:41:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-11 16:41:30 +0200 |
commit | 3305ef231e2b64dc88d45a7aadc999458d1967b7 (patch) | |
tree | 42f8ef39e06e193be3c8ba18ccd7466d5ad0a8f7 /dev-python/sphinx_rtd_theme | |
parent | app-emulation/lxd: add version 0.18 (diff) | |
download | gentoo-3305ef231e2b64dc88d45a7aadc999458d1967b7.tar.gz gentoo-3305ef231e2b64dc88d45a7aadc999458d1967b7.tar.bz2 gentoo-3305ef231e2b64dc88d45a7aadc999458d1967b7.zip |
dev-python/sphinx_rtd_theme: Drop pypy3 support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9-r1.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9-r1.ebuild index 41a15f15b3fd..8bacdf21c947 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9-r1.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1 |