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 6499B138331 for ; Thu, 10 May 2018 08:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C253E0A87; Thu, 10 May 2018 08:01:39 +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 170E2E0A87 for ; Thu, 10 May 2018 08:01:39 +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 EF894335C85 for ; Thu, 10 May 2018 08:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C861283 for ; Thu, 10 May 2018 08:01:36 +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: <1525939269.68decc065ca312b10e9af2c7fb3d682bfc740d67.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/files/, dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild X-VCS-Directories: dev-util/kdevelop-python/files/ dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68decc065ca312b10e9af2c7fb3d682bfc740d67 X-VCS-Branch: master Date: Thu, 10 May 2018 08:01:36 +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-Archives-Salt: 1abb14a1-1809-46d2-bde3-3ce68e21b8e9 X-Archives-Hash: 8d57774a62968e148fd1f7ff1ee02401 commit: 68decc065ca312b10e9af2c7fb3d682bfc740d67 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 10 06:59:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 08:01:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68decc06 dev-util/kdevelop-python: Fix build with Qt 5.11 Package-Manager: Portage-2.3.36, Repoman-2.3.9 .../files/kdevelop-python-5.2.1-qt-5.11.patch | 24 ++++++++++++++++++++++ .../kdevelop-python/kdevelop-python-5.2.1.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch b/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch new file mode 100644 index 00000000000..67528c55850 --- /dev/null +++ b/dev-util/kdevelop-python/files/kdevelop-python-5.2.1-qt-5.11.patch @@ -0,0 +1,24 @@ +From a4a3cfb040054e7ca938bdd593c6c3c80d80807f Mon Sep 17 00:00:00 2001 +From: Luca Beltrame +Date: Thu, 10 May 2018 06:55:07 +0200 +Subject: Fix build with Qt 5.11 + +Some includes were added transitively, now they need to be explicit. +--- + codegen/correctionfilegenerator.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/codegen/correctionfilegenerator.cpp b/codegen/correctionfilegenerator.cpp +index bb79a25..53ebec4 100644 +--- a/codegen/correctionfilegenerator.cpp ++++ b/codegen/correctionfilegenerator.cpp +@@ -20,6 +20,7 @@ + + #include "correctionfilegenerator.h" + ++#include + #include + + #include +-- +cgit v0.11.2 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild index ba7fd2bc14f..11bbd220000 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild @@ -39,6 +39,8 @@ RDEPEND="${DEPEND} RESTRICT+=" test" +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + pkg_setup() { python-single-r1_pkg_setup kde5_pkg_setup