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: Mon, 01 Oct 2018 13:07:51
Message-Id: 1538399003.92aaec0a792c59f711352cae094ed44e6d077385.vdupras@gentoo
1 commit: 92aaec0a792c59f711352cae094ed44e6d077385
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 13:03:13 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 13:03:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aaec0a
7
8 dev-python/olefile: re-add python 3.4 support
9
10 Dropping it was a bad idea.
11
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14
15 dev-python/olefile/olefile-0.46.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/olefile/olefile-0.46.ebuild b/dev-python/olefile/olefile-0.46.ebuild
19 index 7f7a33dc1d0..1497c597044 100644
20 --- a/dev-python/olefile/olefile-0.46.ebuild
21 +++ b/dev-python/olefile/olefile-0.46.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
30 +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy{,3} )
31
32 inherit distutils-r1