summaryrefslogtreecommitdiff
path: root/net-news/rssguard/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-10 15:40:27 +0000
commit6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (patch)
treecee0a97398040001220ece3cd48c3d568bcddb4a /net-news/rssguard/files
parent1db00cc6e94b90c08090bb5b8c406622946c4ae5 (diff)
gentoo resync : 10.02.2019
Diffstat (limited to 'net-news/rssguard/files')
-rw-r--r--net-news/rssguard/files/rssguard-3.3.5-deps.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-news/rssguard/files/rssguard-3.3.5-deps.patch b/net-news/rssguard/files/rssguard-3.3.5-deps.patch
deleted file mode 100644
index 86733e362afe..000000000000
--- a/net-news/rssguard/files/rssguard-3.3.5-deps.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Remove these dependencies that are not used.
-
---- a/rssguard.pro
-+++ b/rssguard.pro
-@@ -164,7 +164,7 @@ message(rssguard: Prefix directory: \"$$PREFIX\".)
- message(rssguard: Build revision: \"$$APP_REVISION\".)
- message(rssguard: lrelease executable name: \"$$LRELEASE_EXECUTABLE\".)
-
--QT += core gui widgets sql network xml printsupport
-+QT += core gui widgets sql network xml
-
- CONFIG *= c++11 debug_and_release warn_on
- DEFINES *= QT_USE_QSTRINGBUILDER QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS UNICODE _UNICODE
-diff --git a/src/miscellaneous/systemfactory.cpp b/src/miscellaneous/systemfactory.cpp
-index da35aba..1d6b2cd 100755
---- a/src/miscellaneous/systemfactory.cpp
-+++ b/src/miscellaneous/systemfactory.cpp
-@@ -35,7 +35,6 @@
- #include <QFileInfo>
- #include <QDir>
- #include <QFutureWatcher>
--#include <QtConcurrent/QtConcurrentRun>
- #include <QDesktopServices>
-
-