diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-12-03 23:15:27 +0300 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-12-06 23:14:09 +1100 |
commit | a75769ed663dc642f763708cf38a9896f03df31d (patch) | |
tree | d9a2eb85ee072699707b28fcf945050f83385231 /media-video | |
parent | net-misc/tigervnc: fix encoding option to utf-8, bug #634918 and #610738 (diff) | |
download | gentoo-a75769ed663dc642f763708cf38a9896f03df31d.tar.gz gentoo-a75769ed663dc642f763708cf38a9896f03df31d.tar.bz2 gentoo-a75769ed663dc642f763708cf38a9896f03df31d.zip |
media-video/mpv: add support for Python 3.6
Closes: https://github.com/gentoo/gentoo/pull/6430
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-0.27.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.27.0.ebuild b/media-video/mpv/mpv-0.27.0.ebuild index 00e654a222a5..6981ed0d09a2 100644 --- a/media-video/mpv/mpv-0.27.0.ebuild +++ b/media-video/mpv/mpv-0.27.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' WAF_PV=1.9.8 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 04475a701ed4..b05abe8885db 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='threads(+)' WAF_PV=1.9.8 |