commit: 7547f010f6d6687d5172186ebd3c325af44b2962
Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 7 18:30:54 2018 +0000
Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Fri Sep 7 18:45:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547f010
dev-python/olefile: add pypy support
Needed for Pillow.
Package-Manager: Portage-2.3.49, Repoman-2.3.10
dev-python/olefile/olefile-0.45.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/olefile/olefile-0.45.1.ebuild
b/dev-python/olefile/olefile-0.45.1.ebuild
index 7611f446918..58fe4f23461 100644
--- 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