Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Wed, 06 Dec 2017 12:14:26
Message-Id: 1512562449.a75769ed663dc642f763708cf38a9896f03df31d.kensington@gentoo
1 commit: a75769ed663dc642f763708cf38a9896f03df31d
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 3 20:15:27 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 12:14:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75769ed
7
8 media-video/mpv: add support for Python 3.6
9
10 Closes: https://github.com/gentoo/gentoo/pull/6430
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 media-video/mpv/mpv-0.27.0.ebuild | 2 +-
14 media-video/mpv/mpv-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/mpv/mpv-0.27.0.ebuild b/media-video/mpv/mpv-0.27.0.ebuild
18 index 00e654a222a..6981ed0d09a 100644
19 --- a/media-video/mpv/mpv-0.27.0.ebuild
20 +++ b/media-video/mpv/mpv-0.27.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
27 PYTHON_REQ_USE='threads(+)'
28
29 WAF_PV=1.9.8
30
31 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
32 index 04475a701ed..b05abe8885d 100644
33 --- a/media-video/mpv/mpv-9999.ebuild
34 +++ b/media-video/mpv/mpv-9999.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=6
38
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
40 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
41 PYTHON_REQ_USE='threads(+)'
42
43 WAF_PV=1.9.8