diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:18:46 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-09 20:39:32 +0100 |
commit | 0b3f8f3233dfb492018ed0b34590c9462973558d (patch) | |
tree | 17bcf1235d7c6cd0de6c56e6a8285505dcae16fe /kde-apps/konsole/files | |
parent | app-shells/bash: Version bump to 4.4_p12 (diff) | |
download | gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.gz gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.tar.bz2 gentoo-0b3f8f3233dfb492018ed0b34590c9462973558d.zip |
kde-apps: Remove KDE Applications 16.12.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/konsole/files')
-rw-r--r-- | kde-apps/konsole/files/konsole-16.12.1-ecm531.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/konsole/files/konsole-16.12.1-ecm531.patch b/kde-apps/konsole/files/konsole-16.12.1-ecm531.patch deleted file mode 100644 index fd22781b3375..000000000000 --- a/kde-apps/konsole/files/konsole-16.12.1-ecm531.patch +++ /dev/null @@ -1,22 +0,0 @@ -commit 3a055ea19d5f458ccf06a33c697fbcda7a7f14df -Author: Aleix Pol <aleixpol@kde.org> -Date: Wed Jan 18 12:15:00 2017 +0100 - - Fix build - - frameworks/konsole/src/Session.cpp:839:5: warning: 'not' is not defined, - evaluates to 0 [-Wundef] - -diff --git a/src/Session.cpp b/src/Session.cpp -index d63c8a0..482ee0b 100644 ---- a/src/Session.cpp -+++ b/src/Session.cpp -@@ -836,7 +836,7 @@ void Session::sendTextToTerminal(const QString& text, const QChar& eol) const - // Only D-Bus calls this function (via SendText or runCommand) - void Session::sendText(const QString& text) const - { --#if not defined(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS) -+#if !defined(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS) - if (show_disallow_certain_dbus_methods_message) { - - KNotification::event(KNotification::Warning, "Konsole D-Bus Warning", |