Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kexi/files/
Date: Sat, 01 Jun 2019 16:30:21
Message-Id: 1559406589.e837a3f6a25f0aecaae35004865b2cffdac222f8.asturm@gentoo
1 commit: e837a3f6a25f0aecaae35004865b2cffdac222f8
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 1 16:24:21 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 16:29:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e837a3f6
7
8 app-office/kexi: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12151
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-office/kexi/files/kexi-3.1.0-qt-5.11.patch | 24 ------------------------
15 1 file changed, 24 deletions(-)
16
17 diff --git a/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch b/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch
18 deleted file mode 100644
19 index a879b2a4604..00000000000
20 --- a/app-office/kexi/files/kexi-3.1.0-qt-5.11.patch
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -From c7b9215e7ae30a052fa11aa4199e7adea517c7e2 Mon Sep 17 00:00:00 2001
24 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
25 -Date: Tue, 20 Mar 2018 00:06:46 +0100
26 -Subject: [PATCH] Fix build with Qt 5.11 (missing headers)
27 -
28 ----
29 - src/main/startup/KexiNewProjectAssistant.cpp | 1 +
30 - 1 file changed, 1 insertion(+)
31 -
32 -diff --git a/src/main/startup/KexiNewProjectAssistant.cpp b/src/main/startup/KexiNewProjectAssistant.cpp
33 -index 59e819acc..6568f1b5c 100644
34 ---- a/src/main/startup/KexiNewProjectAssistant.cpp
35 -+++ b/src/main/startup/KexiNewProjectAssistant.cpp
36 -@@ -48,6 +48,7 @@
37 - #include <KIconLoader>
38 - #include <KStandardGuiItem>
39 -
40 -+#include <QAction>
41 - #include <QDebug>
42 - #include <QLayout>
43 - #include <QCheckBox>
44 ---
45 -2.16.2
46 -