Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Wed, 30 Nov 2016 18:06:17
Message-Id: 1480529144.27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a.mgorny@gentoo
1 commit: 27ea902f78f3ff35bdc81418bbdf88e9c3d9dd9a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 17:36:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ea902f
7
8 dev-python/sphinx_rtd_theme: Enable pypy3
9
10 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 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
14 index 5a2f52f..17aa586 100644
15 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
16 +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2016 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 EAPI=5
24
25 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
26 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
27
28 inherit distutils-r1