projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9800076
)
dev-python/readme: Enable pypy3
author
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 13:27:39 +0000
(14:27 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 30 Nov 2016 18:05:26 +0000
(19:05 +0100)
Tests with pypy3 fail the same way as with other implementations.
dev-python/readme/readme-0.6.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/readme/readme-0.6.0.ebuild
b/dev-python/readme/readme-0.6.0.ebuild
index d0dadf816bf41e6f73c9403e882be287056a7c26..a7109b1e0ab91358e651b134ea5f82732f327606 100644
(file)
--- a/
dev-python/readme/readme-0.6.0.ebuild
+++ b/
dev-python/readme/readme-0.6.0.ebuild
@@
-3,7
+3,7
@@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy
{,3}
)
inherit distutils-r1