summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hoffstätte <holger.hoffstaette@googlemail.com>2016-02-03 09:59:18 +0100
committerHolger Hoffstätte <holger.hoffstaette@googlemail.com>2016-02-03 09:59:43 +0100
commit929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6 (patch)
treec836dcbea568935005c95369d937e40543d338f7 /media-video
parentMask sys-apps/sysvinit-2.88-r8 #573668 (diff)
downloadgentoo-929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6.tar.gz
gentoo-929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6.tar.bz2
gentoo-929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6.zip
media-video/mpv: add support for python 3.5 to 0.14 series
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/mpv-0.14.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild
index f8910de62b8d..df48b7c37994 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'