diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-09 21:12:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-09 21:36:20 +0200 |
commit | 953cdcf312d474b8e9800a23c345effa07dbd94c (patch) | |
tree | 189ea9dd4d254f2035d948f3797ad85a2705e2a5 /net-p2p | |
parent | net-dns/pdns: Stable on amd64/x86 (diff) | |
download | gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.tar.gz gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.tar.bz2 gentoo-953cdcf312d474b8e9800a23c345effa07dbd94c.zip |
net-p2p/ktorrent: Fix missing header w/ future Frameworks
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch | 24 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch new file mode 100644 index 000000000000..b574d3028249 --- /dev/null +++ b/net-p2p/ktorrent/files/ktorrent-5.1.1-missing-header.patch @@ -0,0 +1,24 @@ +From 909215cc912d89fbc8573f2f98e3b433472d8eae Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner <asturm@gentoo.org> +Date: Fri, 9 Aug 2019 20:54:52 +0200 +Subject: [PATCH] Add missing QVector + +--- + libktcore/plugin/pluginmanager.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/libktcore/plugin/pluginmanager.h b/libktcore/plugin/pluginmanager.h +index 50eaa768..3a04a729 100644 +--- a/libktcore/plugin/pluginmanager.h ++++ b/libktcore/plugin/pluginmanager.h +@@ -23,6 +23,7 @@ + + #include <QList> + #include <QStringList> ++#include <QVector> + + #include <KPluginInfo> + #include <KPluginMetaData> +-- +2.22.0 + diff --git a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild index 6b12108bfcf4..7f7e243ef91e 100644 --- a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild @@ -81,6 +81,7 @@ PATCHES=( "${FILESDIR}/${P}-kdehig.patch" "${FILESDIR}/${P}-singlefile-torrent.patch" "${FILESDIR}/${P}-kcrash.patch" + "${FILESDIR}/${P}-missing-header.patch" ) src_configure() { |