Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Wed, 03 Feb 2016 05:10:53
Message-Id: 1454433899.e00fe5b1cfb5bb690cb8e7632641109759dab545.idella4@gentoo
1 commit: e00fe5b1cfb5bb690cb8e7632641109759dab545
2 Author: Holger Hoffstätte <holger.hoffstaette <AT> googlemail <DOT> com>
3 AuthorDate: Tue Feb 2 17:24:59 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 17:24:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00fe5b1
7
8 media-video/mpv: add support for python 3.5
9
10 media-video/mpv/mpv-0.15.0-r1.ebuild | 2 +-
11 media-video/mpv/mpv-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/media-video/mpv/mpv-0.15.0-r1.ebuild b/media-video/mpv/mpv-0.15.0-r1.ebuild
15 index 3bf7631..5de9fb6 100644
16 --- a/media-video/mpv/mpv-0.15.0-r1.ebuild
17 +++ b/media-video/mpv/mpv-0.15.0-r1.ebuild
18 @@ -4,7 +4,7 @@
19
20 EAPI=5
21
22 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
23 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
24 PYTHON_REQ_USE='threads(+)'
25
26 WAF_PV='1.8.12'
27
28 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
29 index 93c6e4f..3c00f85 100644
30 --- a/media-video/mpv/mpv-9999.ebuild
31 +++ b/media-video/mpv/mpv-9999.ebuild
32 @@ -4,7 +4,7 @@
33
34 EAPI=5
35
36 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
37 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
38 PYTHON_REQ_USE='threads(+)'
39
40 WAF_PV='1.8.12'