projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6b146
)
dev-python/olefile: add pypy support
author
Virgil Dupras
<vdupras@gentoo.org>
Fri, 7 Sep 2018 18:30:54 +0000
(14:30 -0400)
committer
Virgil Dupras
<vdupras@gentoo.org>
Fri, 7 Sep 2018 18:45:30 +0000
(14:45 -0400)
Needed for Pillow.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/olefile/olefile-0.45.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/olefile/olefile-0.45.1.ebuild
b/dev-python/olefile/olefile-0.45.1.ebuild
index 7611f446918eeb3d56125e0ea055e0984c9df9b5..58fe4f23461348321d199a0c2850d581140c01aa 100644
(file)
--- a/
dev-python/olefile/olefile-0.45.1.ebuild
+++ b/
dev-python/olefile/olefile-0.45.1.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}}
pypy{,3}
)
inherit distutils-r1