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 EEA0E138334 for ; Sun, 18 Aug 2019 18:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C867E08CA; Sun, 18 Aug 2019 18:03:51 +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 26C67E08CA for ; Sun, 18 Aug 2019 18:03:51 +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 D2BA4349DB7 for ; Sun, 18 Aug 2019 18:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 233CA4D3 for ; Sun, 18 Aug 2019 18:03:48 +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: <1566151417.25c792d8ad0764aa7b9d06ee441beb53cbedddb3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/, dev-util/kdevelop/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/files/kdevelop-5.3.3-missing-header.patch dev-util/kdevelop/kdevelop-5.3.3.ebuild X-VCS-Directories: dev-util/kdevelop/files/ dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25c792d8ad0764aa7b9d06ee441beb53cbedddb3 X-VCS-Branch: master Date: Sun, 18 Aug 2019 18:03:48 +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: 89a194c2-d01f-45ba-ac1e-10615c8e2572 X-Archives-Hash: 73c2f7bd3bfe499ad1a9613bfe28adf7 commit: 25c792d8ad0764aa7b9d06ee441beb53cbedddb3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 18 18:03:18 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 18 18:03:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c792d8 dev-util/kdevelop: Fix missing header with Frameworks 5.61 Closes: https://bugs.gentoo.org/692466 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/kdevelop-5.3.3-missing-header.patch | 25 ++++++++++++++++++++++ dev-util/kdevelop/kdevelop-5.3.3.ebuild | 2 ++ 2 files changed, 27 insertions(+) diff --git a/dev-util/kdevelop/files/kdevelop-5.3.3-missing-header.patch b/dev-util/kdevelop/files/kdevelop-5.3.3-missing-header.patch new file mode 100644 index 00000000000..39b1122f718 --- /dev/null +++ b/dev-util/kdevelop/files/kdevelop-5.3.3-missing-header.patch @@ -0,0 +1,25 @@ +From 125259eab4ddc525e816a9479d93038bffb73353 Mon Sep 17 00:00:00 2001 +From: Tomaz Canabrava +Date: Thu, 18 Jul 2019 18:07:39 +0200 +Subject: Add missing include + +(cherry picked from commit 8a3d8936fc4fce7eee1bcd62c0eb473ef908268d) +--- + kdevplatform/shell/mainwindow_p.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/kdevplatform/shell/mainwindow_p.h b/kdevplatform/shell/mainwindow_p.h +index 3020957..1e915a0 100644 +--- a/kdevplatform/shell/mainwindow_p.h ++++ b/kdevplatform/shell/mainwindow_p.h +@@ -25,7 +25,7 @@ Boston, MA 02110-1301, USA. + #include + #include + #include +- ++#include + #include + + #include +-- +cgit v1.1 diff --git a/dev-util/kdevelop/kdevelop-5.3.3.ebuild b/dev-util/kdevelop/kdevelop-5.3.3.ebuild index 9f502160d9d..0e818dc362f 100644 --- a/dev-util/kdevelop/kdevelop-5.3.3.ebuild +++ b/dev-util/kdevelop/kdevelop-5.3.3.ebuild @@ -93,6 +93,8 @@ RDEPEND="${COMMON_DEPEND} RESTRICT+=" test" # see bug 366471 +PATCHES=( "${FILESDIR}/${P}-missing-header.patch" ) + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package gdbui KF5SysGuard)