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 91B1F138359 for ; Tue, 14 Jul 2020 17:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C765EE092E; Tue, 14 Jul 2020 17:32:11 +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 B0FA3E092E for ; Tue, 14 Jul 2020 17:32:11 +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 2255934EDCE for ; Tue, 14 Jul 2020 17:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 782972B3 for ; Tue, 14 Jul 2020 17:32:05 +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: <1594747892.b913adab222a7a22fa651debf92aee428dd1ba28.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-85-ozone-include.patch X-VCS-Directories: www-client/chromium/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b913adab222a7a22fa651debf92aee428dd1ba28 X-VCS-Branch: master Date: Tue, 14 Jul 2020 17:32:05 +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: d7660186-22f5-4ac3-8036-fa6382311ef6 X-Archives-Hash: 0ad5d60e3f9097c069ec1cb77607cbac commit: b913adab222a7a22fa651debf92aee428dd1ba28 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jul 11 20:34:10 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 14 17:31:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b913adab www-client/chromium: remove unused patch Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/16671 .../chromium/files/chromium-85-ozone-include.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/www-client/chromium/files/chromium-85-ozone-include.patch b/www-client/chromium/files/chromium-85-ozone-include.patch deleted file mode 100644 index 2441a2aca13..00000000000 --- a/www-client/chromium/files/chromium-85-ozone-include.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 9abbd7da1ddd8003106cc3420170561d475231a9 Mon Sep 17 00:00:00 2001 -From: Stephan Hartmann -Date: Mon, 29 Jun 2020 13:01:27 +0000 -Subject: [PATCH] IWYU: add missing include for std::vector - ---- - ui/ozone/public/platform_screen.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/ui/ozone/public/platform_screen.h b/ui/ozone/public/platform_screen.h -index 9ce293c..ba20597 100644 ---- a/ui/ozone/public/platform_screen.h -+++ b/ui/ozone/public/platform_screen.h -@@ -7,6 +7,7 @@ - - #include - #include -+#include - - #include "base/component_export.h" - #include "base/macros.h" --- -2.26.2 -