From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-840694-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 0D45B13888F
	for <garchives@archives.gentoo.org>; Fri, 16 Oct 2015 09:49:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 97E2521C005;
	Fri, 16 Oct 2015 09:48:59 +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 3129B21C005
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2015 09:48:59 +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 212B034089F
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2015 09:48:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6DDE6A
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2015 09:48:55 +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: <1444988869.d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/files/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch media-libs/x265/files/1.8-extralibs_order.patch
X-VCS-Directories: media-libs/x265/files/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b
X-VCS-Branch: master
Date: Fri, 16 Oct 2015 09:48:55 +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: b324784f-903e-42b6-878d-9abadb76c48e
X-Archives-Hash: b3fe100a3f598397700d905ec70033a9

commit:     d50d34a22ec5e84044b96f36fd4551cd6b3e4c2b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 09:47:49 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 09:47:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50d34a2

media-libs/x265: Add links to upstream pull requests in patches.

Package-Manager: portage-2.2.23

 .../files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch   | 2 ++
 media-libs/x265/files/1.8-extralibs_order.patch                         | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch b/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch
index 33ee254..a2e8f0d 100644
--- a/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch
+++ b/media-libs/x265/files/1.8-build-Disable-march-selection-from-CMakeLists.txt.patch
@@ -1,3 +1,5 @@
+https://bitbucket.org/multicoreware/x265/pull-requests/21
+
 From e89069148db716d30fb81c798d0cfd83250a9f5a Mon Sep 17 00:00:00 2001
 From: Bertrand Jacquin <bertrand@jacquin.bzh>
 Date: Sat, 10 Oct 2015 00:05:41 +0100

diff --git a/media-libs/x265/files/1.8-extralibs_order.patch b/media-libs/x265/files/1.8-extralibs_order.patch
index 95f6887..e30c0f9 100644
--- a/media-libs/x265/files/1.8-extralibs_order.patch
+++ b/media-libs/x265/files/1.8-extralibs_order.patch
@@ -1,3 +1,5 @@
+https://bitbucket.org/multicoreware/x265/pull-requests/22
+
 Link EXTRA_LIB before PLATFORM_LIBS since they're static libraries and as-needed
 might drop required libraries if they come after.