dev-python/olefile: re-add python 3.4 support

Dropping it was a bad idea.

Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
This commit is contained in:
Virgil Dupras
2018-10-01 09:03:13 -04:00
parent b016cf483d
commit 92aaec0a79

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} pypy{,3} )
inherit distutils-r1