diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 22:53:48 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 22:53:58 +0300 |
commit | 6e1f0b7d3ac58586ee1d4b7b1683c240ca499541 (patch) | |
tree | 1ebdd846eb051a47aeaacc5af53f0ca8f33e65a4 /media-video/mpv | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.19.93,5.4.8} - remov... (diff) | |
download | gentoo-6e1f0b7d3ac58586ee1d4b7b1683c240ca499541.tar.gz gentoo-6e1f0b7d3ac58586ee1d4b7b1683c240ca499541.tar.bz2 gentoo-6e1f0b7d3ac58586ee1d4b7b1683c240ca499541.zip |
media-video/mpv: kill py27
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-0.29.1-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.30.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.31.0.ebuild | 2 | ||||
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/media-video/mpv/mpv-0.29.1-r1.ebuild b/media-video/mpv/mpv-0.29.1-r1.ebuild index 2df0619aa036..6608f7164f4d 100644 --- a/media-video/mpv/mpv-0.29.1-r1.ebuild +++ b/media-video/mpv/mpv-0.29.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/media-video/mpv/mpv-0.30.0.ebuild b/media-video/mpv/mpv-0.30.0.ebuild index 769f9e8bb6d3..fb9ad341f225 100644 --- a/media-video/mpv/mpv-0.30.0.ebuild +++ b/media-video/mpv/mpv-0.30.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) PYTHON_REQ_USE='threads(+)' WAF_PV=2.0.9 diff --git a/media-video/mpv/mpv-0.31.0.ebuild b/media-video/mpv/mpv-0.31.0.ebuild index a459428e1702..32ebcaf5122a 100644 --- a/media-video/mpv/mpv-0.31.0.ebuild +++ b/media-video/mpv/mpv-0.31.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) PYTHON_REQ_USE='threads(+)' WAF_PV=2.0.9 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index a459428e1702..32ebcaf5122a 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_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) PYTHON_REQ_USE='threads(+)' WAF_PV=2.0.9 |