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 7F503138334 for ; Wed, 12 Jun 2019 09:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A25FE0874; Wed, 12 Jun 2019 09:07:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 80D47E0874 for ; Wed, 12 Jun 2019 09:07:06 +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 48FA3345F17 for ; Wed, 12 Jun 2019 09:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A5E8A8 for ; Wed, 12 Jun 2019 09:07:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1560330406.db08b32b8ec9168514f975f906c9354e796d734d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch X-VCS-Directories: kde-plasma/plasma-nm/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db08b32b8ec9168514f975f906c9354e796d734d X-VCS-Branch: master Date: Wed, 12 Jun 2019 09:07:03 +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: 880c7211-a86c-488b-8bd8-39c59d8e3743 X-Archives-Hash: 4c890bc93abcc5fffc947d344005a060 commit: db08b32b8ec9168514f975f906c9354e796d734d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 12 09:06:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 12 09:06:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db08b32b kde-plasma/plasma-nm: Drop unused patch Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/plasma-nm-5.15.90-includes.patch | 51 ---------------------- 1 file changed, 51 deletions(-) diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch deleted file mode 100644 index a8a9db5528..0000000000 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.15.90-includes.patch +++ /dev/null @@ -1,51 +0,0 @@ -From fbf0fc710cfbf6f6f9caa88bbe7f5406c2118d1d Mon Sep 17 00:00:00 2001 -From: Michael Palimaka -Date: Sat, 18 May 2019 12:15:47 +1000 -Subject: Add missing includes - -Summary: -These includes aren't always available transitively, so -include them explicitly to avoid build failure. - -Reviewers: jgrulich!, davidedmundson - -Reviewed By: davidedmundson - -Subscribers: asturmlechner, plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D21268 ---- - libs/editor/settings/wireguardinterfacewidget.cpp | 3 +++ - libs/editor/settings/wireguardpeerwidget.cpp | 1 + - 2 files changed, 4 insertions(+) - -diff --git a/libs/editor/settings/wireguardinterfacewidget.cpp b/libs/editor/settings/wireguardinterfacewidget.cpp -index dc148ee..4d5eeb3 100644 ---- a/libs/editor/settings/wireguardinterfacewidget.cpp -+++ b/libs/editor/settings/wireguardinterfacewidget.cpp -@@ -26,6 +26,9 @@ - #include "simpleiplistvalidator.h" - #include "wireguardkeyvalidator.h" - -+#include -+#include -+#include - #include - - #include -diff --git a/libs/editor/settings/wireguardpeerwidget.cpp b/libs/editor/settings/wireguardpeerwidget.cpp -index ee45bfc..37ab04b 100644 ---- a/libs/editor/settings/wireguardpeerwidget.cpp -+++ b/libs/editor/settings/wireguardpeerwidget.cpp -@@ -27,6 +27,7 @@ - #include "wireguardkeyvalidator.h" - - #include -+#include - - #include - #include --- -cgit v1.1