From: Justin Lecher Date: Wed, 2 Sep 2015 10:42:31 +0000 (+0200) Subject: dev-python/strict-rfc3339: Add pypy support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fe4c6d71a6011f7efc4fa50a055c59f9947d0b17;p=gentoo.git dev-python/strict-rfc3339: Add pypy support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild index 2abdefb0225e..918c3169b008 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