commit: a8bd6cc4c162340c14a63801aa1f9f804bc7476a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 07:23:41 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 07:33:37 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bd6cc4
dev-python/doctest-ignore-unicode: Add pypy support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild
b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild
index 8fb7889..0231f0b 100644
--- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild
+++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.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