summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2009-07-04 17:42:16 +0000
committerSven Wegener <swegener@gentoo.org>2009-07-04 17:42:16 +0000
commit0f1e1fa018fcdd7989db767df80e88a5ad890039 (patch)
treee2f72f9368fed1d09e515ca39a3f2818c0586992 /app-crypt/pinentry/files
parentRemove dependency on dev-python/paste (bug #276313). (diff)
downloadgentoo-2-0f1e1fa018fcdd7989db767df80e88a5ad890039.tar.gz
gentoo-2-0f1e1fa018fcdd7989db767df80e88a5ad890039.tar.bz2
gentoo-2-0f1e1fa018fcdd7989db767df80e88a5ad890039.zip
Version bump, bug #274999 by Lars Wendler.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/pinentry/files')
-rw-r--r--app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff b/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff
new file mode 100644
index 000000000000..d930ee6c2631
--- /dev/null
+++ b/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff
@@ -0,0 +1,22 @@
+--- pinentry-0.7.6/qt4/pinentrydialog.moc
++++ pinentry-0.7.6/qt4/pinentrydialog.moc
+@@ -10,7 +10,7 @@
+ #include "pinentrydialog.h"
+ #if !defined(Q_MOC_OUTPUT_REVISION)
+ #error "The header file 'pinentrydialog.h' doesn't include <QObject>."
+-#elif Q_MOC_OUTPUT_REVISION != 59
++#elif Q_MOC_OUTPUT_REVISION < 59
+ #error "This file was generated using the moc from 4.4.1. It"
+ #error "cannot be used with the include files from this version of Qt."
+ #error "(The moc has changed too much.)"
+--- pinentry-0.7.6/qt4/qsecurelineedit.moc
++++ pinentry-0.7.6/qt4/qsecurelineedit.moc
+@@ -10,7 +10,7 @@
+ #include "qsecurelineedit.h"
+ #if !defined(Q_MOC_OUTPUT_REVISION)
+ #error "The header file 'qsecurelineedit.h' doesn't include <QObject>."
+-#elif Q_MOC_OUTPUT_REVISION != 59
++#elif Q_MOC_OUTPUT_REVISION < 59
+ #error "This file was generated using the moc from 4.4.1. It"
+ #error "cannot be used with the include files from this version of Qt."
+ #error "(The moc has changed too much.)"