From edccf481618653b0f8385a50c9bfb367353e1fa2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 19 Oct 2015 18:53:09 +0200 Subject: [PATCH] dev-python/decorator: Add pypy* support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/decorator/decorator-4.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/decorator/decorator-4.0.4.ebuild b/dev-python/decorator/decorator-4.0.4.ebuild index 06a5c45ca9477..f357ca8e993ea 100644 --- a/dev-python/decorator/decorator-4.0.4.ebuild +++ b/dev-python/decorator/decorator-4.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1