diff options
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbase/qtbase-6.6.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-qt/qtbase/qtbase-6.6.9999.ebuild | 3 | ||||
-rw-r--r-- | dev-qt/qtbase/qtbase-6.9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild b/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild index 530aad079a60..dcd300df75b5 100644 --- a/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild +++ b/dev-qt/qtbase/qtbase-6.6.1-r1.ebuild @@ -309,10 +309,11 @@ src_test() { # similarly, but on armv7 and potentially others (bug #914028) tst_qlineedit tst_qpainter - # likewise, known failing at least on BE arches (bug #914033,914371) + # likewise, known failing on BE arches (bug #914033,914371,918878) tst_qimagereader tst_qimagewriter tst_qpluginloader + tst_quuid # partially broken on llvm-musl, needs looking into but skip to have # a baseline for regressions (rest of dev-qt still passes with musl) $(usev elibc_musl ' diff --git a/dev-qt/qtbase/qtbase-6.6.9999.ebuild b/dev-qt/qtbase/qtbase-6.6.9999.ebuild index 90146aaed3c8..bd6be89d3028 100644 --- a/dev-qt/qtbase/qtbase-6.6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.6.9999.ebuild @@ -309,10 +309,11 @@ src_test() { # similarly, but on armv7 and potentially others (bug #914028) tst_qlineedit tst_qpainter - # likewise, known failing at least on BE arches (bug #914033,914371) + # likewise, known failing on BE arches (bug #914033,914371,918878) tst_qimagereader tst_qimagewriter tst_qpluginloader + tst_quuid # partially broken on llvm-musl, needs looking into but skip to have # a baseline for regressions (rest of dev-qt still passes with musl) $(usev elibc_musl ' diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild b/dev-qt/qtbase/qtbase-6.9999.ebuild index 4de73e3c0c2f..3ee457c228f7 100644 --- a/dev-qt/qtbase/qtbase-6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.9999.ebuild @@ -311,10 +311,11 @@ src_test() { # similarly, but on armv7 and potentially others (bug #914028) tst_qlineedit tst_qpainter - # likewise, known failing at least on BE arches (bug #914033,914371) + # likewise, known failing on BE arches (bug #914033,914371,918878) tst_qimagereader tst_qimagewriter tst_qpluginloader + tst_quuid # partially broken on llvm-musl, needs looking into but skip to have # a baseline for regressions (rest of dev-qt still passes with musl) $(usev elibc_musl ' |