dev-python/sphinx_rtd_theme: Enable pypy3
authorMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 17:36:36 +0000 (18:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:44 +0000 (19:05 +0100)
dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild

index 5a2f52fe86aff1c1ee37197b9debfc84cefbcf10..17aa58646394b3b6ada8ac0cee74ea8093d1a13e 100644 (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