Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/funcsigs/
Date: Wed, 04 Nov 2015 06:19:03
Message-Id: 1446617933.8a3d7778ebb36e945319fa756da9d3cd9fd3d46b.jlec@gentoo
1 commit: 8a3d7778ebb36e945319fa756da9d3cd9fd3d46b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 06:12:07 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 06:18:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3d7778
7
8 dev-python/funcsigs: Add pypy3 support
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/funcsigs/funcsigs-0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/funcsigs/funcsigs-0.4.ebuild b/dev-python/funcsigs/funcsigs-0.4.ebuild
17 index c406e19..7fe7dee 100644
18 --- a/dev-python/funcsigs/funcsigs-0.4.ebuild
19 +++ b/dev-python/funcsigs/funcsigs-0.4.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 pypy )
25 +PYTHON_COMPAT=( python2_7 pypy pypy3 )
26
27 inherit distutils-r1