From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1003792-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 8E8C2138331
	for <garchives@archives.gentoo.org>; Thu, 15 Feb 2018 21:02:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B07CFE08C8;
	Thu, 15 Feb 2018 21:02:38 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9140AE083E
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2018 21:02:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 415E7335C2E
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2018 21:02:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C37A7215
	for <gentoo-commits@lists.gentoo.org>; Thu, 15 Feb 2018 21:02:35 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1518728538.b3e247bc8fa18a1f4e4cd143ada88a429b6b46fd.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/vlc/vlc-3.0.0-r1.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild
X-VCS-Directories: media-video/vlc/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: b3e247bc8fa18a1f4e4cd143ada88a429b6b46fd
X-VCS-Branch: master
Date: Thu, 15 Feb 2018 21:02:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 92102803-4a6e-4060-8fed-c56ef042a0ab
X-Archives-Hash: 00da21ff210d5dd80cbccdb5f5b11c7e

commit:     b3e247bc8fa18a1f4e4cd143ada88a429b6b46fd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 20:59:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 21:02:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e247bc

media-video/vlc: Raise minimum required media-video/libav to 11.8

Reported-by: Michal Špondr <michal.spondr <AT> gmail.com>
Closes: https://bugs.gentoo.org/647766
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-video/vlc/vlc-3.0.0-r1.ebuild | 4 ++--
 media-video/vlc/vlc-3.0.9999.ebuild | 4 ++--
 media-video/vlc/vlc-9999.ebuild     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.0-r1.ebuild b/media-video/vlc/vlc-3.0.0-r1.ebuild
index 782d399de03..03f66537fe2 100644
--- a/media-video/vlc/vlc-3.0.0-r1.ebuild
+++ b/media-video/vlc/vlc-3.0.0-r1.ebuild
@@ -70,11 +70,11 @@ RDEPEND="
 	archive? ( app-arch/libarchive:= )
 	avcodec? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	avformat? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	bidi? ( dev-libs/fribidi:0 )
 	bluray? ( >=media-libs/libbluray-0.6.2:0= )

diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild
index 782d399de03..03f66537fe2 100644
--- a/media-video/vlc/vlc-3.0.9999.ebuild
+++ b/media-video/vlc/vlc-3.0.9999.ebuild
@@ -70,11 +70,11 @@ RDEPEND="
 	archive? ( app-arch/libarchive:= )
 	avcodec? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	avformat? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	bidi? ( dev-libs/fribidi:0 )
 	bluray? ( >=media-libs/libbluray-0.6.2:0= )

diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 9a3f64ee3bf..f9ef2b620b6 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -70,11 +70,11 @@ RDEPEND="
 	archive? ( app-arch/libarchive:= )
 	avcodec? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	avformat? (
 		!libav? ( media-video/ffmpeg:0= )
-		libav? ( media-video/libav:0= )
+		libav? ( >=media-video/libav-11.8:0= )
 	)
 	bidi? ( dev-libs/fribidi:0 )
 	bluray? ( >=media-libs/libbluray-0.6.2:0= )