diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-01-28 11:43:42 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2009-01-28 11:43:42 +0000 |
commit | 4921028114ce193a8eadac24a8257fc3e634787a (patch) | |
tree | 000840d592dbfa27be61d624fca055533615a5a1 /kde-base/libkpgp/files | |
parent | add missing patch (diff) | |
download | gentoo-2-4921028114ce193a8eadac24a8257fc3e634787a.tar.gz gentoo-2-4921028114ce193a8eadac24a8257fc3e634787a.tar.bz2 gentoo-2-4921028114ce193a8eadac24a8257fc3e634787a.zip |
Really adding the patch this time.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/libkpgp/files')
-rw-r--r-- | kde-base/libkpgp/files/libkpgp-4.1.72-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/libkpgp/files/libkpgp-4.1.72-fix.patch b/kde-base/libkpgp/files/libkpgp-4.1.72-fix.patch new file mode 100644 index 000000000000..6c4338fe2270 --- /dev/null +++ b/kde-base/libkpgp/files/libkpgp-4.1.72-fix.patch @@ -0,0 +1,11 @@ +--- libkpgp/kpgp.cpp 2008-11-06 19:58:23.000000000 +0100 ++++ libkpgp/kpgp.cpp 2008-11-06 19:58:28.000000000 +0100 +@@ -20,8 +20,6 @@ + #include "kpgpbase.h" + #include "kpgpui.h" + +-#include <kdepim-compat.h> // for KPATH_SEPARATOR, remove in KDEPIM 4.2 +- + #include <kdebug.h> + #include <klocale.h> + #include <kmessagebox.h> |