app-misc/media-player-info: add python-3.6 support

Gentoo-bug: 622594
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Michele Alzetta
2017-06-25 16:06:21 +10:00
committed by Michael Palimaka
parent 2d884c82fa
commit fe2909d67d

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python3_{4,5} )
PYTHON_COMPAT=( python3_{4,5,6} )
inherit eutils python-any-r1