diff options
author | Michele Alzetta <michele@alzetta.org> | 2017-06-25 16:06:21 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-25 16:07:00 +1000 |
commit | fe2909d67db62777c9debff9259cc120b62a1f5b (patch) | |
tree | 1e5e508d69f33f9abca0f28e99cf6f3c84590224 /app-misc/media-player-info | |
parent | app-misc/media-player-info: remove old (diff) | |
download | gentoo-fe2909d67db62777c9debff9259cc120b62a1f5b.tar.gz gentoo-fe2909d67db62777c9debff9259cc120b62a1f5b.tar.bz2 gentoo-fe2909d67db62777c9debff9259cc120b62a1f5b.zip |
app-misc/media-player-info: add python-3.6 support
Gentoo-bug: 622594
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-misc/media-player-info')
-rw-r--r-- | app-misc/media-player-info/media-player-info-22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 e428e2886a16..c279cba26c92 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 |