diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-18 16:31:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 23:08:22 +0100 |
commit | ca4d1ca37fd606dbec09d292a299b2d8b5e5e763 (patch) | |
tree | 0a7ebb457bf6a2ca94c8c423b475b20169690b9b /x11-misc/tinymount | |
parent | x11-misc/fireflies: remove unused patches (diff) | |
download | gentoo-ca4d1ca37fd606dbec09d292a299b2d8b5e5e763.tar.gz gentoo-ca4d1ca37fd606dbec09d292a299b2d8b5e5e763.tar.bz2 gentoo-ca4d1ca37fd606dbec09d292a299b2d8b5e5e763.zip |
x11-misc/tinymount: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/4020
Diffstat (limited to 'x11-misc/tinymount')
-rw-r--r-- | x11-misc/tinymount/files/tinymount-0.2.6-libnotify.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-misc/tinymount/files/tinymount-0.2.6-libnotify.patch b/x11-misc/tinymount/files/tinymount-0.2.6-libnotify.patch deleted file mode 100644 index 9032d3a3eb5a..000000000000 --- a/x11-misc/tinymount/files/tinymount-0.2.6-libnotify.patch +++ /dev/null @@ -1,15 +0,0 @@ -# Don't build with libnotify unconditionally -# bug #442048 -diff --git a/src/src.pro b/src/src.pro -index 6a676cd..6b8c2f1 100644 ---- a/src/src.pro -+++ b/src/src.pro -@@ -63,8 +63,6 @@ RESOURCES += tinymount.qrc - - TRANSLATIONS = translations/tinymount_ru.ts - --CONFIG += with_libnotify -- - with_libnotify { - DEFINES += WITH_LIBNOTIFY - CONFIG += link_pkgconfig |