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 AD059138334 for ; Sun, 11 Aug 2019 08:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DACE0870; Sun, 11 Aug 2019 08:19:48 +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 9DC90E0870 for ; Sun, 11 Aug 2019 08:19:48 +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 A38553498C4 for ; Sun, 11 Aug 2019 08:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53C88760 for ; Sun, 11 Aug 2019 08:19:43 +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: <1565511565.569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligraplan/files/, app-office/calligraplan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligraplan/calligraplan-3.1.0.ebuild app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch X-VCS-Directories: app-office/calligraplan/ app-office/calligraplan/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f X-VCS-Branch: master Date: Sun, 11 Aug 2019 08:19:43 +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: fb3c3bfc-8f31-44e8-a221-7fe61c208c4d X-Archives-Hash: 4418be5e760df534f162e449d38556a2 commit: 569f8c4dd13fc5ba4ec57f7cfd7367c34b92be5f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 11 07:56:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 11 08:19:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569f8c4d app-office/calligraplan: Fix missing header with Frameworks 5.61 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligraplan/calligraplan-3.1.0.ebuild | 1 + .../files/calligraplan-3.1.0-missing-header.patch | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-office/calligraplan/calligraplan-3.1.0.ebuild b/app-office/calligraplan/calligraplan-3.1.0.ebuild index 9a721d96356..d18ff1274e1 100644 --- a/app-office/calligraplan/calligraplan-3.1.0.ebuild +++ b/app-office/calligraplan/calligraplan-3.1.0.ebuild @@ -78,6 +78,7 @@ RESTRICT+=" test" PATCHES=( "${FILESDIR}"/${P}-qt-5.11.patch "${FILESDIR}"/${P}-qca.patch + "${FILESDIR}"/${P}-missing-header.patch ) src_prepare() { diff --git a/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch new file mode 100644 index 00000000000..4ee031865a3 --- /dev/null +++ b/app-office/calligraplan/files/calligraplan-3.1.0-missing-header.patch @@ -0,0 +1,24 @@ +From fe36bf6f0dc1f0c1e927850dd78093cfe3b7aae2 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Sun, 28 Jul 2019 00:07:33 +0200 +Subject: Fix compile on CI + +src/workpackage/view.h:148:31: error: field m_scheduleActions has incomplete type QMap +--- + src/workpackage/view.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/workpackage/view.h b/src/workpackage/view.h +index 6cae32b..cd2fc4e 100644 +--- a/src/workpackage/view.h ++++ b/src/workpackage/view.h +@@ -24,6 +24,7 @@ + + #include + ++#include + #include + + class QPrinter; +-- +cgit v1.1