Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/
Date: Fri, 07 Sep 2018 18:46:21
Message-Id: 1536345930.7547f010f6d6687d5172186ebd3c325af44b2962.vdupras@gentoo
1 commit: 7547f010f6d6687d5172186ebd3c325af44b2962
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 18:30:54 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 18:45:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547f010
7
8 dev-python/olefile: add pypy support
9
10 Needed for Pillow.
11
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-python/olefile/olefile-0.45.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/olefile/olefile-0.45.1.ebuild b/dev-python/olefile/olefile-0.45.1.ebuild
18 index 7611f446918..58fe4f23461 100644
19 --- a/dev-python/olefile/olefile-0.45.1.ebuild
20 +++ b/dev-python/olefile/olefile-0.45.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
26 +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
27
28 inherit distutils-r1