summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 18:12:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 19:36:11 +0100
commitdc2ac9407a2f513b01a2d5728f3d34e9ff08b183 (patch)
tree44b0b33ccd235a34a985d4431eada9ad0ee4234b /dev-db/sqlitestudio/files
parentmedia-libs/taglib: Drop 1.11.1-r1 (diff)
downloadgentoo-dc2ac9407a2f513b01a2d5728f3d34e9ff08b183.tar.gz
gentoo-dc2ac9407a2f513b01a2d5728f3d34e9ff08b183.tar.bz2
gentoo-dc2ac9407a2f513b01a2d5728f3d34e9ff08b183.zip
dev-db/sqlitestudio: Drop 3.1.1
Closes: https://bugs.gentoo.org/674586 Closes: https://bugs.gentoo.org/632406 Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/sqlitestudio/files')
-rw-r--r--dev-db/sqlitestudio/files/sqlitestudio-3.1.1-qt-5.11.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-db/sqlitestudio/files/sqlitestudio-3.1.1-qt-5.11.patch b/dev-db/sqlitestudio/files/sqlitestudio-3.1.1-qt-5.11.patch
deleted file mode 100644
index 0de9f4a6115a..000000000000
--- a/dev-db/sqlitestudio/files/sqlitestudio-3.1.1-qt-5.11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 5972e777aeb7e8e127114476c031a681862f8852 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Pawe=C5=82=20Salawa?= <pawelsalawa@gmail.com>
-Date: Mon, 18 Jun 2018 23:12:18 +0200
-Subject: [PATCH] #3341 Fixed compilation with Qt 5.11.
-
----
- SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp b/SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp
-index 643caa2d..4ca68bce 100644
---- a/SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp
-+++ b/SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp
-@@ -47,6 +47,7 @@
- #include <QInputDialog>
- #include <QProgressBar>
- #include <QLabel>
-+#include <QStyle>
-
- CFG_KEYS_DEFINE(MainWindow)
- MainWindow* MainWindow::instance = nullptr;