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 071FD138334 for ; Wed, 14 Aug 2019 08:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25ED2E07A5; Wed, 14 Aug 2019 08:47:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 06FD5E07A5 for ; Wed, 14 Aug 2019 08:47:30 +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 E687F349AFC for ; Wed, 14 Aug 2019 08:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D2B5759 for ; Wed, 14 Aug 2019 08:47:27 +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: <1565772429.889b7cb2cd6dd320ff513d407b6a67dbef0a1172.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kmail/, kde-apps/kmail/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kmail/files/kmail-19.04.3-missing-header.patch kde-apps/kmail/kmail-19.04.3.ebuild X-VCS-Directories: kde-apps/kmail/ kde-apps/kmail/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 889b7cb2cd6dd320ff513d407b6a67dbef0a1172 X-VCS-Branch: master Date: Wed, 14 Aug 2019 08:47:27 +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: 7352d1c7-bf68-4255-8f2c-47a211e98190 X-Archives-Hash: b87c1300fbcb932798bb3ac5ab0d5385 commit: 889b7cb2cd6dd320ff513d407b6a67dbef0a1172 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 14 08:46:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 14 08:47:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889b7cb2 kde-apps/kmail: Fix missing header with Frameworks 5.61 Closes: https://bugs.gentoo.org/692116 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kmail/files/kmail-19.04.3-missing-header.patch | 24 ++++++++++++++++++++++ kde-apps/kmail/kmail-19.04.3.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/kde-apps/kmail/files/kmail-19.04.3-missing-header.patch b/kde-apps/kmail/files/kmail-19.04.3-missing-header.patch new file mode 100644 index 00000000000..6c6cc309213 --- /dev/null +++ b/kde-apps/kmail/files/kmail-19.04.3-missing-header.patch @@ -0,0 +1,24 @@ +From 201eac97eba591e16f0108e2605b9977e2db9a03 Mon Sep 17 00:00:00 2001 +From: Allen Winter +Date: Thu, 18 Jul 2019 15:35:24 -0400 +Subject: summaryview_part.h - fix build by including QMap + +--- + src/kontactplugin/summary/summaryview_part.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kontactplugin/summary/summaryview_part.h b/src/kontactplugin/summary/summaryview_part.h +index 542335d..b116e23 100644 +--- a/src/kontactplugin/summary/summaryview_part.h ++++ b/src/kontactplugin/summary/summaryview_part.h +@@ -25,7 +25,7 @@ + #define SUMMARYVIEW_PART_H + + #include +-#include ++#include + + class DropWidget; + +-- +cgit v1.1 diff --git a/kde-apps/kmail/kmail-19.04.3.ebuild b/kde-apps/kmail/kmail-19.04.3.ebuild index 0b70de2bd9b..3fb1fb73c9a 100644 --- a/kde-apps/kmail/kmail-19.04.3.ebuild +++ b/kde-apps/kmail/kmail-19.04.3.ebuild @@ -83,6 +83,8 @@ RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kmail-account-wizard) " +PATCHES=( "${FILESDIR}/${P}-missing-header.patch" ) + RESTRICT+=" test" # bug 616878 src_prepare() {