diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 18:16:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 06:03:07 +0100 |
commit | 9b32e473d0a82de08c6a1656f0d409bc8c797cd7 (patch) | |
tree | c9e30346a62c338abda9d6bde448fa7afa38600f /app-office/kmymoney/files | |
parent | media-gfx/digikam: Drop 6.2.0 (diff) | |
download | gentoo-9b32e473d0a82de08c6a1656f0d409bc8c797cd7.tar.gz gentoo-9b32e473d0a82de08c6a1656f0d409bc8c797cd7.tar.bz2 gentoo-9b32e473d0a82de08c6a1656f0d409bc8c797cd7.zip |
app-office/kmymoney: Drop 5.0.5
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kmymoney/files')
-rw-r--r-- | app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch b/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch deleted file mode 100644 index d365607aecf2..000000000000 --- a/app-office/kmymoney/files/kmymoney-5.0.5-missing-header.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b48fc8588f1fd98b116fce21ebfda6416f558146 Mon Sep 17 00:00:00 2001 -From: Luca Beltrame <lbeltrame@kde.org> -Date: Sun, 21 Jul 2019 09:10:44 +0200 -Subject: Fix build with Qt 5.13 - -Yet another case of QMap no longer being included. ---- - kmymoney/plugins/kmymoneyplugin.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/kmymoney/plugins/kmymoneyplugin.h b/kmymoney/plugins/kmymoneyplugin.h -index abd6b64..ccff5d3 100644 ---- a/kmymoney/plugins/kmymoneyplugin.h -+++ b/kmymoney/plugins/kmymoneyplugin.h -@@ -25,6 +25,7 @@ - // ---------------------------------------------------------------------------- - // QT Includes - -+#include <QMap> - #include <QObject> - - // ---------------------------------------------------------------------------- --- -cgit v1.1 |