projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0751a26
)
dev-python/traceback2: Fix pypy3 support
author
Justin Lecher
<jlec@gentoo.org>
Sun, 23 Aug 2015 18:13:27 +0000
(20:13 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:06 +0000
(12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/traceback2/traceback2-1.4.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/traceback2/traceback2-1.4.0.ebuild
b/dev-python/traceback2/traceback2-1.4.0.ebuild
index 641532e9f57e26d42e470250a115b77b2930bfe9..8fd8069b81550a8aa0df68b48773b032293f8110 100644
(file)
--- a/
dev-python/traceback2/traceback2-1.4.0.ebuild
+++ b/
dev-python/traceback2/traceback2-1.4.0.ebuild
@@
-4,7
+4,7
@@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_
3 python3_4 pypy
)
+PYTHON_COMPAT=( python2_7 python3_
{3,4} pypy pypy3
)
inherit distutils-r1