commit:     02cc06a1937856fa7a0c05f624248c474d9a4077
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  6 22:42:52 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Sep  6 22:42:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cc06a1

dev-python/jeepney: add PyPy3 support

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/jeepney/jeepney-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jeepney/jeepney-0.3.1.ebuild 
b/dev-python/jeepney/jeepney-0.3.1.ebuild
index 0f8244e3940..92b469a0334 100644
--- a/dev-python/jeepney/jeepney-0.3.1.ebuild
+++ b/dev-python/jeepney/jeepney-0.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Python 3.4 and older aren't supported
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( pypy3 python3_{5,6,7} )
 
 inherit distutils-r1
 

Reply via email to