summaryrefslogtreecommitdiff
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/decorator/decorator-4.0.4.ebuild
parentdev-python/pyparsing: Add pypy3 support (diff)
downloadgentoo-edccf481618653b0f8385a50c9bfb367353e1fa2.tar.gz
gentoo-edccf481618653b0f8385a50c9bfb367353e1fa2.tar.bz2
gentoo-edccf481618653b0f8385a50c9bfb367353e1fa2.zip
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/decorator/decorator-4.0.4.ebuild')
-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 06a5c45ca947..f357ca8e993e 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