From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A73EA138351 for ; Thu, 30 Jan 2020 16:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9739FE0899; Thu, 30 Jan 2020 16:17:27 +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 77B73E0899 for ; Thu, 30 Jan 2020 16:17:27 +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 5070C34E5E0 for ; Thu, 30 Jan 2020 16:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB48971 for ; Thu, 30 Jan 2020 16:17:23 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1580401030.9d20c3d6e0c13bbc530b60ba37ca821a408436ff.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/files/chromium-81-gcc-dav1d.patch X-VCS-Directories: www-client/chromium/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9d20c3d6e0c13bbc530b60ba37ca821a408436ff X-VCS-Branch: master Date: Thu, 30 Jan 2020 16:17:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f427d72f-fe7e-4482-80a8-ecfa7c531155 X-Archives-Hash: f769a73886a7ecd244a43daa693fc151 commit: 9d20c3d6e0c13bbc530b60ba37ca821a408436ff Author: Stephan Hartmann googlemail com> AuthorDate: Thu Jan 30 08:35:28 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jan 30 16:17:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d20c3d6 www-client/chromium: remove unused patch Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Stephan Hartmann googlemail.com> Signed-off-by: Mike Gilbert gentoo.org> www-client/chromium/files/chromium-81-gcc-dav1d.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/www-client/chromium/files/chromium-81-gcc-dav1d.patch b/www-client/chromium/files/chromium-81-gcc-dav1d.patch deleted file mode 100644 index 00586fd929c..00000000000 --- a/www-client/chromium/files/chromium-81-gcc-dav1d.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/third_party/dav1d/BUILD.gn b/third_party/dav1d/BUILD.gn -index 63f12f8..f8f0b40 100644 ---- a/third_party/dav1d/BUILD.gn -+++ b/third_party/dav1d/BUILD.gn -@@ -99,6 +99,7 @@ config("dav1d_config") { - dav1d_copts = [ - "-D_FILE_OFFSET_BITS=64", - "-D_POSIX_C_SOURCE=200112L", -+ "-D_GNU_SOURCE", - ] - - if (is_win) {