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 EB5A213933E for ; Sun, 11 Jul 2021 14:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51F34E0BE4; Sun, 11 Jul 2021 14:43:01 +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 3D42CE0BE4 for ; Sun, 11 Jul 2021 14:43:01 +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 0F08D342B76 for ; Sun, 11 Jul 2021 14:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A21FD7B3 for ; Sun, 11 Jul 2021 14:42:58 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626014572.1857c5db2a3642b024c8091b73a58c6ee91f89c1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch X-VCS-Directories: kde-plasma/plasma-nm/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1857c5db2a3642b024c8091b73a58c6ee91f89c1 X-VCS-Branch: master Date: Sun, 11 Jul 2021 14:42:58 +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: 812669ad-3f47-4567-b31d-ec3ee8e03959 X-Archives-Hash: 4bb986f7097afd3a8cbba150acb37740 commit: 1857c5db2a3642b024c8091b73a58c6ee91f89c1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 11 11:32:23 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 11 14:42:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1857c5db kde-plasma/plasma-nm: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21595 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> ...sma-nm-5.22.0-qt-5.15.2ff-missing-include.patch | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch deleted file mode 100644 index 133b3e225c5..00000000000 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.22.0-qt-5.15.2ff-missing-include.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 55ab9bfd83fb74d14e26cc1a3d8f257bc47c45ea Mon Sep 17 00:00:00 2001 -From: Heiko Becker -Date: Sun, 6 Jun 2021 19:34:16 +0200 -Subject: [PATCH] Add missing QFile include - -Used since 40d056195bc400bc4e249cd152993000011687c2. I suppose it's -implicitly pulled in some cases, but for me the build fails against -Qt from KDE's patch collection with "libs/handler.cpp:704:5: error: -'QFile' was not declared in this scope;". - -(cherry picked from commit 6cac88b61da1277dcb9a801e47f2d69829c68086) ---- - libs/handler.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libs/handler.cpp b/libs/handler.cpp -index 470b0fc1..7c8302be 100644 ---- a/libs/handler.cpp -+++ b/libs/handler.cpp -@@ -45,6 +45,7 @@ - #include - #include - #include -+#include - #include - - #include --- -GitLab -