From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch | 12 ++++++++++++ app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch create mode 100644 app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch (limited to 'app-editors/qhexedit2/files') diff --git a/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch b/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch new file mode 100644 index 000000000000..339ef99477ee --- /dev/null +++ b/app-editors/qhexedit2/files/qhexedit2-0.8.4-fixtest.patch @@ -0,0 +1,12 @@ +--- qhexedit2-0.8.4/test/testchunks.cpp- 2017-01-17 02:32:54.000000000 +0300 ++++ qhexedit2-0.8.4/test/testchunks.cpp 2018-01-03 21:34:24.988555308 +0300 +@@ -1,8 +1,7 @@ + #include "testchunks.h" + #include + +- +-TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile) ++TestChunks::TestChunks(QTextStream &log, QString tName, int size, bool random, int saveFile): _chunks(nullptr) + { + char hex[] = "0123456789abcdef"; + srand(0); diff --git a/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch b/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch new file mode 100644 index 000000000000..83d9183fcdbe --- /dev/null +++ b/app-editors/qhexedit2/files/qhexedit2-0.8.4-setup.py.patch @@ -0,0 +1,11 @@ +--- qhexedit2-0.8.4/setup.py- 2018-01-02 19:40:57.542961661 +0300 ++++ qhexedit2-0.8.4/setup.py 2017-01-17 02:32:54.000000000 +0300 +@@ -98,7 +98,7 @@ + lib + ".framework", "Headers")] + else: + if PyQt_Version == 'PyQt5': +- for qt_inc_dir in ('/usr/include/qt', '/usr/include/x86_64-linux-gnu/qt5'): ++ for qt_inc_dir in ('/usr/include/qt', '/usr/include/qt5'): + include_dirs.append(qt_inc_dir) + include_dirs += [os.path.join(qt_inc_dir, lib) for lib in qt_libs] + libraries = ["Qt5" + lib[2:] for lib in qt_libs] -- cgit v1.2.3