Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry/files: pinentry-0.7.6-qt4-moc-fix.diff
Date: Sat, 04 Jul 2009 17:42:18
Message-Id: E1MN9Fg-0002PE-H3@stork.gentoo.org
1 swegener 09/07/04 17:42:16
2
3 Added: pinentry-0.7.6-qt4-moc-fix.diff
4 Log:
5 Version bump, bug #274999 by Lars Wendler.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/files/pinentry-0.7.6-qt4-moc-fix.diff?rev=1.1&content-type=text/plain
13
14 Index: pinentry-0.7.6-qt4-moc-fix.diff
15 ===================================================================
16 --- pinentry-0.7.6/qt4/pinentrydialog.moc
17 +++ pinentry-0.7.6/qt4/pinentrydialog.moc
18 @@ -10,7 +10,7 @@
19 #include "pinentrydialog.h"
20 #if !defined(Q_MOC_OUTPUT_REVISION)
21 #error "The header file 'pinentrydialog.h' doesn't include <QObject>."
22 -#elif Q_MOC_OUTPUT_REVISION != 59
23 +#elif Q_MOC_OUTPUT_REVISION < 59
24 #error "This file was generated using the moc from 4.4.1. It"
25 #error "cannot be used with the include files from this version of Qt."
26 #error "(The moc has changed too much.)"
27 --- pinentry-0.7.6/qt4/qsecurelineedit.moc
28 +++ pinentry-0.7.6/qt4/qsecurelineedit.moc
29 @@ -10,7 +10,7 @@
30 #include "qsecurelineedit.h"
31 #if !defined(Q_MOC_OUTPUT_REVISION)
32 #error "The header file 'qsecurelineedit.h' doesn't include <QObject>."
33 -#elif Q_MOC_OUTPUT_REVISION != 59
34 +#elif Q_MOC_OUTPUT_REVISION < 59
35 #error "This file was generated using the moc from 4.4.1. It"
36 #error "cannot be used with the include files from this version of Qt."
37 #error "(The moc has changed too much.)"