commit: fe4c6d71a6011f7efc4fa50a055c59f9947d0b17
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 10:42:31 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 11:05:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4c6d71
dev-python/strict-rfc3339: Add pypy support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
index 2abdefb..918c316 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
inherit distutils-r1