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 5CE9E138334 for ; Sat, 21 Jul 2018 16:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D33ADE07FE; Sat, 21 Jul 2018 16:52:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A4F05E07FE for ; Sat, 21 Jul 2018 16:52:01 +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 3555B335D20 for ; Sat, 21 Jul 2018 16:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B09635C for ; Sat, 21 Jul 2018 16:51:57 +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: <1532190939.7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch X-VCS-Directories: net-p2p/ktorrent/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b X-VCS-Branch: master Date: Sat, 21 Jul 2018 16:51:57 +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: 00ea1463-c3c6-40b4-b768-13701e5593ec X-Archives-Hash: 4a7543eb0e533577c683efc17ae3ebcb commit: 7473dc374b8ad1db1aa352b42e9bafa8e3a39e0b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 21 15:59:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 21 16:35:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7473dc37 net-p2p/ktorrent: Fix build with USE=rss and Qt 5.11 Closes: https://bugs.gentoo.org/661736 Package-Manager: Portage-2.3.43, Repoman-2.3.10 .../ktorrent/files/ktorrent-5.1.0-qt-5.11.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch b/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch index f59e074134c..f0d69b82c89 100644 --- a/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch +++ b/net-p2p/ktorrent/files/ktorrent-5.1.0-qt-5.11.patch @@ -50,4 +50,27 @@ index 667e7a82..4be6cd5c 100644 #include -- 2.16.2 +From c66233cd9f5b87f9e265beae0a16839d3a5645a3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= +Date: Fri, 4 May 2018 00:33:44 +0200 +Subject: Fix build against Qt 5.11 (missing includes) + +--- + plugins/syndication/syndicationactivity.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/plugins/syndication/syndicationactivity.cpp b/plugins/syndication/syndicationactivity.cpp +index 61e8039..5736d52 100644 +--- a/plugins/syndication/syndicationactivity.cpp ++++ b/plugins/syndication/syndicationactivity.cpp +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + + #include + #include +-- +cgit v0.11.2