From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F5581384B4 for ; Tue, 29 Dec 2015 12:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF2E21C034; Tue, 29 Dec 2015 12:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 315FB21C044 for ; Tue, 29 Dec 2015 12:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C93340754 for ; Tue, 29 Dec 2015 12:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A26A13A for ; Tue, 29 Dec 2015 12:48:36 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1451393293.4894513b82f91be1407465aeb78744b20bd46778.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/files/, kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch kde-apps/umbrello/umbrello-15.12.0.ebuild X-VCS-Directories: kde-apps/umbrello/files/ kde-apps/umbrello/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4894513b82f91be1407465aeb78744b20bd46778 X-VCS-Branch: master Date: Tue, 29 Dec 2015 12:48: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: 12f9af28-746d-42cb-be5d-05c1b09b5746 X-Archives-Hash: cb72d6084b64129322d2ab283cefed61 commit: 4894513b82f91be1407465aeb78744b20bd46778 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Dec 27 21:41:45 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Dec 29 12:48:13 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4894513b kde-apps/umbrello: Remove unused include, fix build Package-Manager: portage-2.2.24 .../files/umbrello-15.12.0-fix-compile.patch | 24 ++++++++++++++++++++++ kde-apps/umbrello/umbrello-15.12.0.ebuild | 2 ++ 2 files changed, 26 insertions(+) diff --git a/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch b/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch new file mode 100644 index 0000000..fd0e888 --- /dev/null +++ b/kde-apps/umbrello/files/umbrello-15.12.0-fix-compile.patch @@ -0,0 +1,24 @@ +commit 1948e771e0e54ef0dd8290ef31cb5b09ee59f1aa +Author: Andreas Sturmlechner +Date: Mon Dec 28 16:50:07 2015 +0100 + + Remove unused header from frameworks build + +diff --git a/umbrello/main.cpp b/umbrello/main.cpp +index 80a9337..1a68163 100644 +--- a/umbrello/main.cpp ++++ b/umbrello/main.cpp +@@ -26,11 +26,12 @@ + #include + #include + #include +-#include + + #if QT_VERSION >= 0x050000 + #include + #include ++#else ++#include + #endif + + #include diff --git a/kde-apps/umbrello/umbrello-15.12.0.ebuild b/kde-apps/umbrello/umbrello-15.12.0.ebuild index 8a7285e..88e8905 100644 --- a/kde-apps/umbrello/umbrello-15.12.0.ebuild +++ b/kde-apps/umbrello/umbrello-15.12.0.ebuild @@ -41,6 +41,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/${P}-fix-compile.patch" ) + src_configure() { local mycmakeargs=( -DBUILD_KF5=ON