diff options
author | 2009-07-04 17:42:16 +0000 | |
---|---|---|
committer | 2009-07-04 17:42:16 +0000 | |
commit | 0f1e1fa018fcdd7989db767df80e88a5ad890039 (patch) | |
tree | e2f72f9368fed1d09e515ca39a3f2818c0586992 /app-crypt/pinentry/files | |
parent | Remove dependency on dev-python/paste (bug #276313). (diff) | |
download | gentoo-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.diff | 22 |
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.)" |