From: Holger Hoffstätte Date: Wed, 3 Feb 2016 08:59:18 +0000 (+0100) Subject: media-video/mpv: add support for python 3.5 to 0.14 series X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6;p=gentoo.git media-video/mpv: add support for python 3.5 to 0.14 series --- 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'