From f7d81343de6076fd6baa31faef56c1d8239514c9 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 19 Feb 2016 23:36:20 +0300 Subject: [PATCH] media-video/mpv: restrict 0.9.2-r1 to ffmpeg < 3.0 wrt bug 575146 Gentoo-Bugs: 575146 Package-Manager: portage-2.2.27 --- media-video/mpv/mpv-0.9.2-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild b/media-video/mpv/mpv-0.9.2-r1.ebuild index 9f5e768d7ba3..c75f1304dc18 100644 --- a/media-video/mpv/mpv-0.9.2-r1.ebuild +++ b/media-video/mpv/mpv-0.9.2-r1.ebuild @@ -50,7 +50,10 @@ REQUIRED_USE=" RDEPEND=" libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) - !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( + >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] +