diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2018-02-10 20:03:54 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2018-02-10 20:10:42 +0100 |
commit | 832f2031321658a8fd0e896f51dd3a93dcf07d3f (patch) | |
tree | 376532dd525363f9ef1e27448c38ef3ca8bebfed /app-backup/bacula/files | |
parent | dev-scheme/guile-json: fit to https (diff) | |
download | gentoo-832f2031321658a8fd0e896f51dd3a93dcf07d3f.tar.gz gentoo-832f2031321658a8fd0e896f51dd3a93dcf07d3f.tar.bz2 gentoo-832f2031321658a8fd0e896f51dd3a93dcf07d3f.zip |
app-backup/bacula: Switch to using Qt5
- Drop Qt4 deps and switch to using Qt5
- Switch to EAPI=6
Thanks Phil Stracchino (phils@caerllewys.net) for providing the critical
informations.
Bug: https://bugs.gentoo.org/644566
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-backup/bacula/files')
-rw-r--r-- | app-backup/bacula/files/9.0.6/bacula-9.0.6-fix-pages-h-qt-includes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-backup/bacula/files/9.0.6/bacula-9.0.6-fix-pages-h-qt-includes.patch b/app-backup/bacula/files/9.0.6/bacula-9.0.6-fix-pages-h-qt-includes.patch new file mode 100644 index 000000000000..9d6507c9c71a --- /dev/null +++ b/app-backup/bacula/files/9.0.6/bacula-9.0.6-fix-pages-h-qt-includes.patch @@ -0,0 +1,15 @@ +--- src/qt-console/pages.h.orig 2017-11-21 12:37:16.000000000 -0500 ++++ src/qt-console/pages.h 2018-02-07 13:11:46.223273248 -0500 +@@ -20,10 +20,11 @@ + */ + /* + * Dirk Bartley, March 2007 + */ + ++#include <QtGlobal> + #if QT_VERSION >= 0x050000 + #include <QtWidgets> + #else + #include <QtGui> + #endif + |