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 4ECAD138330 for ; Wed, 14 Sep 2016 20:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B2F821C054; Wed, 14 Sep 2016 20:45:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95E8021C054 for ; Wed, 14 Sep 2016 20:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABE7B340A8E for ; Wed, 14 Sep 2016 20:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86CF2485 for ; Wed, 14 Sep 2016 20:45:30 +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: <1473885917.4b5177e5aed652c708c074cf08c002ce27862474.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/kst/files/, sci-visualization/kst/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/kst/files/kst-2.0.8-includes.patch sci-visualization/kst/kst-2.0.8.ebuild X-VCS-Directories: sci-visualization/kst/ sci-visualization/kst/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4b5177e5aed652c708c074cf08c002ce27862474 X-VCS-Branch: master Date: Wed, 14 Sep 2016 20:45:30 +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: 800e09e8-8a19-4fca-95fe-f3eef8b61788 X-Archives-Hash: 794e6bfd4ee97e28f03a31c9f908c7d2 commit: 4b5177e5aed652c708c074cf08c002ce27862474 Author: Michael Palimaka gentoo org> AuthorDate: Wed Sep 14 20:45:03 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 14 20:45:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5177e5 sci-visualization/kst: add patch to fix build failure with USE="qt5" Gentoo-bug: 587948 Package-Manager: portage-2.3.0 .../kst/files/kst-2.0.8-includes.patch | 25 ++++++++++++++++++++++ sci-visualization/kst/kst-2.0.8.ebuild | 1 + 2 files changed, 26 insertions(+) diff --git a/sci-visualization/kst/files/kst-2.0.8-includes.patch b/sci-visualization/kst/files/kst-2.0.8-includes.patch new file mode 100644 index 00000000..113d9dc --- /dev/null +++ b/sci-visualization/kst/files/kst-2.0.8-includes.patch @@ -0,0 +1,25 @@ +Add missing includes required for Qt 5 build to succeed. + +Author: David Carne +Gentoo-bug: 587948 + +--- a/src/libkst/editablematrix.cpp ++++ b/src/libkst/editablematrix.cpp +@@ -19,6 +19,7 @@ + #include "debug.h" + #include + #include ++#include + + namespace Kst { + +--- a/src/libkst/editablevector.cpp ++++ b/src/libkst/editablevector.cpp +@@ -18,6 +18,7 @@ + // Create QDataStream into a QByteArray + // qCompress the bytearray + #include ++#include + + #include "debug.h" + namespace Kst { diff --git a/sci-visualization/kst/kst-2.0.8.ebuild b/sci-visualization/kst/kst-2.0.8.ebuild index 5d2eafa..2d368b8 100644 --- a/sci-visualization/kst/kst-2.0.8.ebuild +++ b/sci-visualization/kst/kst-2.0.8.ebuild @@ -53,6 +53,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} DOCS=( AUTHORS README.kstScript ) +PATCHES=( "${FILESDIR}/${P}-includes.patch" ) src_configure() { local mycmakeargs=(