commit: 8a3d7778ebb36e945319fa756da9d3cd9fd3d46b Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Nov 4 06:12:07 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Nov 4 06:18:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3d7778
dev-python/funcsigs: Add pypy3 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/funcsigs/funcsigs-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/funcsigs/funcsigs-0.4.ebuild b/dev-python/funcsigs/funcsigs-0.4.ebuild index c406e19..7fe7dee 100644 --- a/dev-python/funcsigs/funcsigs-0.4.ebuild +++ b/dev-python/funcsigs/funcsigs-0.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy ) +PYTHON_COMPAT=( python2_7 pypy pypy3 ) inherit distutils-r1
