commit: 97f9b0bab0b9c7ab47daff1722708149d4d1fba2
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 14:01:30 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 14:48:46 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f9b0ba
dev-python/blinker: Add pypy3 support
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/blinker/blinker-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/blinker/blinker-1.4.ebuild
b/dev-python/blinker/blinker-1.4.ebuild
index b732922..38b3973 100644
--- a/dev-python/blinker/blinker-1.4.ebuild
+++ b/dev-python/blinker/blinker-1.4.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1