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/virtualenv/
Date: Wed, 30 Nov 2016 18:52:37
Message-Id: 1480531945.c78ea4611e4e4d8f9530fe889f012eb2fc86ac17.mgorny@gentoo
1 commit: c78ea4611e4e4d8f9530fe889f012eb2fc86ac17
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 18:20:56 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 18:52:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78ea461
7
8 dev-python/virtualenv: Enable pypy3
9
10 dev-python/virtualenv/virtualenv-15.1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
14 index 3db5411..b5c41f5 100644
15 --- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
16 +++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
17 @@ -4,7 +4,7 @@
18
19 EAPI=6
20
21 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
22 +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
23
24 inherit distutils-r1