commit:     d363665eadbe6c77d724b8c45dcb5318c2fea9de
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 17:28:56 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 17:41:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d363665e

media-gfx/kuickshow: Drop obsolete patch

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../files/kuickshow-0.9.1-gcc6-compile-fix.patch          | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch 
b/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
deleted file mode 100644
index 82bf2eafd27..00000000000
--- a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fixed wrong type of 2nd parameter which wouldn't compile with GCC 6.
-
-https://bugs.gentoo.org/614304
-
---- a/src/kuickshow.cpp
-+++ b/src/kuickshow.cpp
-@@ -661,7 +661,7 @@ void KuickShow::performDeleteCurrentImage(QWidget *parent)
-     }
- 
-     tryShowNextImage();
--    fileWidget->del(list, false, false);
-+    fileWidget->del(list, 0L, false);
- }
- 
- void KuickShow::performTrashCurrentImage(QWidget *parent)

Reply via email to