diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-10-10 15:36:36 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-12 12:06:00 +0300 |
commit | 5bb67dfc238e40fe2eee8813f111d6a4b31f6655 (patch) | |
tree | 98ca6ab697f2363cc584e430abaccae3002a33a4 /dev-libs/qtcompress/files | |
parent | media-libs/libheif: add [${MULTILIB_USEDEP}] to gdk-pixbuf dep (diff) | |
download | gentoo-5bb67dfc238e40fe2eee8813f111d6a4b31f6655.tar.gz gentoo-5bb67dfc238e40fe2eee8813f111d6a4b31f6655.tar.bz2 gentoo-5bb67dfc238e40fe2eee8813f111d6a4b31f6655.zip |
dev-libs/qtcompress: fix test
Closes: https://bugs.gentoo.org/747565
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17875
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/qtcompress/files')
-rw-r--r-- | dev-libs/qtcompress/files/qtcompress-0_p20180513-nogui.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/qtcompress/files/qtcompress-0_p20180513-nogui.patch b/dev-libs/qtcompress/files/qtcompress-0_p20180513-nogui.patch new file mode 100644 index 000000000000..1dd5f4f1ed8c --- /dev/null +++ b/dev-libs/qtcompress/files/qtcompress-0_p20180513-nogui.patch @@ -0,0 +1,10 @@ +--- a/tests/auto/unit/qzip/qzip.pro 2018-05-13 08:44:01.000000000 -0000 ++++ b/tests/auto/unit/qzip/qzip.pro 2020-10-10 14:23:34.377528668 -0000 +@@ -1,6 +1,7 @@ + CONFIG += testcase + TARGET = tst_qzip + QT += compress testlib ++QT -= gui + SOURCES += tst_qzip.cpp + + wince* { |