dev-python/sphinx_rtd_theme: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 18:36:36 +01:00
parent 1621d952a6
commit 27ea902f78

View File

@@ -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