summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-19 18:53:09 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-19 18:56:41 +0200
commitedccf481618653b0f8385a50c9bfb367353e1fa2 (patch)
treef366069664bcb71aea3e2206929c66d0ac618724 /dev-python
parent6187b5878abdc344393b01c267ee8294bb73c787 (diff)
downloadgentoo-edccf481618653b0f8385a50c9bfb367353e1fa2.tar.gz
gentoo-edccf481618653b0f8385a50c9bfb367353e1fa2.tar.xz
dev-python/decorator: Add pypy* support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/decorator/decorator-4.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.0.4.ebuild b/dev-python/decorator/decorator-4.0.4.ebuild
index 06a5c45ca94..f357ca8e993 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