dev-python/soundfile: Drop python3_4 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2019-03-24 13:02:38 +01:00
parent 05757bc99b
commit ae34fecabc
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -1,10 +1,10 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
# drop pypy{,3} as long as cffi has no support for it
PYTHON_COMPAT=( python2_7 python3_{3,4,5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1