commit: 929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6
Author: Holger Hoffstätte <holger.hoffstaette <AT> googlemail <DOT> com>
AuthorDate: Wed Feb 3 08:59:18 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 3 08:59:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929b9e80
media-video/mpv: add support for python 3.5 to 0.14 series
media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild
b/media-video/mpv/mpv-0.14.0-r1.ebuild
index f8910de..df48b7c 100644
--- a/media-video/mpv/mpv-0.14.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.14.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
PYTHON_REQ_USE='threads(+)'
WAF_PV='1.8.12'