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/
Date: Wed, 30 Nov 2016 18:06:11
Message-Id: 1480529145.4894bcab0ab90322b8b3191b46887fd476c60f23.mgorny@gentoo
1 commit: 4894bcab0ab90322b8b3191b46887fd476c60f23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 17:59:24 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:05:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4894bcab
7
8 dev-python/sphinx: Enable pypy3
9
10 dev-python/sphinx/sphinx-1.3.5.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/sphinx/sphinx-1.3.5.ebuild b/dev-python/sphinx/sphinx-1.3.5.ebuild
14 index 41a6307..fd88c7f 100644
15 --- a/dev-python/sphinx/sphinx-1.3.5.ebuild
16 +++ b/dev-python/sphinx/sphinx-1.3.5.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=5
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
22 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
23 PYTHON_REQ_USE="threads(+)"
24
25 inherit distutils-r1 eutils versionator