diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-11 18:59:52 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-09 15:12:30 -0500 |
commit | ae8a8097450c8cfc70759801da66d82b49c472cd (patch) | |
tree | 69bdb9d442bf94eaf3788155f805027bdc0f0364 /net-news | |
parent | media-gfx/zbar: remove unused patches (diff) | |
download | gentoo-ae8a8097450c8cfc70759801da66d82b49c472cd.tar.gz gentoo-ae8a8097450c8cfc70759801da66d82b49c472cd.tar.bz2 gentoo-ae8a8097450c8cfc70759801da66d82b49c472cd.zip |
net-news/rssguard: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/rssguard/files/rssguard-3.3.5-deps.patch | 25 |
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> - - |