From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C04D81388BF for ; Sat, 20 Feb 2016 02:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D565821C0FC; Sat, 20 Feb 2016 02:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6BAE21C0F5 for ; Sat, 20 Feb 2016 02:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04912340E21 for ; Sat, 20 Feb 2016 02:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E02C18A5 for ; Sat, 20 Feb 2016 02:30:05 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1455920819.f7d81343de6076fd6baa31faef56c1d8239514c9.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.9.2-r1.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: f7d81343de6076fd6baa31faef56c1d8239514c9 X-VCS-Branch: master Date: Sat, 20 Feb 2016 02:30:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b84a35b-9ea2-4516-a740-1c9a6bb7a680 X-Archives-Hash: 7b428c3bea5145b468c196ecd426bc41 commit: f7d81343de6076fd6baa31faef56c1d8239514c9 Author: Ilya Tumaykin gmail com> AuthorDate: Fri Feb 19 20:36:20 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Feb 19 22:26:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d81343 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 9f5e768..c75f130 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?] +