From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-892277-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 4029613832E
	for <garchives@archives.gentoo.org>; Sun, 17 Jul 2016 08:46:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5D52E21C039;
	Sun, 17 Jul 2016 08:46:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0C95E21C039
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2016 08:46:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F2CEF340928
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2016 08:46:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DAE244E
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2016 08:46:20 +0000 (UTC)
From: "Sergei Trofimovich" <slyfox@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, "Sergei Trofimovich" <slyfox@gentoo.org>
Message-ID: <1468745170.72fbe51d294b51d15b81f75c5c349ea5cf3f1213.slyfox@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libav/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/libav/libav-11.3.ebuild
X-VCS-Directories: media-video/libav/
X-VCS-Committer: slyfox
X-VCS-Committer-Name: Sergei Trofimovich
X-VCS-Revision: 72fbe51d294b51d15b81f75c5c349ea5cf3f1213
X-VCS-Branch: master
Date: Sun, 17 Jul 2016 08:46:20 +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: 10c51991-576b-4a21-ad1b-904ee4e1ec5e
X-Archives-Hash: 6f083b1ac635d353a3d8f64c369b7c07

commit:     72fbe51d294b51d15b81f75c5c349ea5cf3f1213
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 08:45:58 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 08:46:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fbe51d

media-video/libav: fix for libvpx-1.5.0, bug #565696

Pulls commit 4e0515713cdef6345aeb04bc57df0468df492bed
into stable as libvpx-1.5.0 is now stable.

Package-Manager: portage-2.3.0

 media-video/libav/libav-11.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-video/libav/libav-11.3.ebuild b/media-video/libav/libav-11.3.ebuild
index d3f02a4..71a797f 100644
--- a/media-video/libav/libav-11.3.ebuild
+++ b/media-video/libav/libav-11.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -152,6 +152,7 @@ src_prepare() {
 	epatch_user
 
 	epatch "${WORKDIR}/0001-x86-Put-COPY3_IF_LT-under-HAVE_6REGS.patch"
+	epatch "${FILESDIR}"/${P}-libvpx-1.5.0.patch #565696
 
 	# if we have snapshot then we need to hardcode the version
 	if [[ ${PV%_p*} != ${PV} ]]; then