From fe2909d67db62777c9debff9259cc120b62a1f5b Mon Sep 17 00:00:00 2001 From: Michele Alzetta Date: Sun, 25 Jun 2017 16:06:21 +1000 Subject: [PATCH] app-misc/media-player-info: add python-3.6 support Gentoo-bug: 622594 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- app-misc/media-player-info/media-player-info-22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/media-player-info/media-player-info-22.ebuild b/app-misc/media-player-info/media-player-info-22.ebuild index e428e2886a161..c279cba26c928 100644 --- a/app-misc/media-player-info/media-player-info-22.ebuild +++ b/app-misc/media-player-info/media-player-info-22.ebuild @@ -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