From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-969642-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 5E38A1396D0
	for <garchives@archives.gentoo.org>; Tue, 29 Aug 2017 11:48:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C81891FC03C;
	Tue, 29 Aug 2017 11:48:10 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 AB1811FC03C
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2017 11:48:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 966BF33BE69
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2017 11:48:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B18D786AB
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Aug 2017 11:48:05 +0000 (UTC)
From: "Alexis Ballier" <aballier@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, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1504007253.b7ae7ce88c63ee9aaa4276a3ebc37a7f3b92bb01.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/openh264/openh264-1.4.0-r1.ebuild media-libs/openh264/openh264-1.5.0.ebuild media-libs/openh264/openh264-1.7.0.ebuild
X-VCS-Directories: media-libs/openh264/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: b7ae7ce88c63ee9aaa4276a3ebc37a7f3b92bb01
X-VCS-Branch: master
Date: Tue, 29 Aug 2017 11:48:05 +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: 8af0ba65-3bcd-4da0-9825-dbffb33440f0
X-Archives-Hash: 361d002f439daf83877103bbd971f5d3

commit:     b7ae7ce88c63ee9aaa4276a3ebc37a7f3b92bb01
Author:     Palmer Dabbelt <palmer <AT> dabbelt <DOT> com>
AuthorDate: Sat Aug 12 00:01:28 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 11:47:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ae7ce8

media-libs/openh264: Add epatch_user to all versions

I want to apply a local patch to openh264 but can't because it doesn't
call epatch_user.

 media-libs/openh264/openh264-1.4.0-r1.ebuild | 1 +
 media-libs/openh264/openh264-1.5.0.ebuild    | 1 +
 media-libs/openh264/openh264-1.7.0.ebuild    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/media-libs/openh264/openh264-1.4.0-r1.ebuild b/media-libs/openh264/openh264-1.4.0-r1.ebuild
index da7b7266b18..9a705d5dd6f 100644
--- a/media-libs/openh264/openh264-1.4.0-r1.ebuild
+++ b/media-libs/openh264/openh264-1.4.0-r1.ebuild
@@ -25,6 +25,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
 src_prepare() {
 	epatch "${FILESDIR}"/pkgconfig-pathfix.patch
 	epatch "${FILESDIR}"/pkgconfig_install.patch
+	epatch_user
 	multilib_copy_sources
 }
 

diff --git a/media-libs/openh264/openh264-1.5.0.ebuild b/media-libs/openh264/openh264-1.5.0.ebuild
index 543a42b17b9..aab9349bbcf 100644
--- a/media-libs/openh264/openh264-1.5.0.ebuild
+++ b/media-libs/openh264/openh264-1.5.0.ebuild
@@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-pkgconfig-pathfix.patch
+	epatch_user
 	multilib_copy_sources
 }
 

diff --git a/media-libs/openh264/openh264-1.7.0.ebuild b/media-libs/openh264/openh264-1.7.0.ebuild
index f5496420c03..f546d8e3f1a 100644
--- a/media-libs/openh264/openh264-1.7.0.ebuild
+++ b/media-libs/openh264/openh264-1.7.0.ebuild
@@ -26,6 +26,7 @@ DOCS=( LICENSE CONTRIBUTORS README.md )
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-1.7.0-pkgconfig-pathfix.patch
+	epatch_user
 	multilib_copy_sources
 }