summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:00:27 +0000
committerBreno Leitao <breno.leitao@gmail.com>2017-05-09 14:02:38 +0000
commit5c2a6c34177599cb3d2c5624135de341cdf747c1 (patch)
tree7e453b02e29afa7c192572cc2dcce363865c3560 /testing
parent9b78e795a4200eb5d77e78f7e2f42cedd67b6761 (diff)
testing/qt-creator: Disable build on ppc64le
qt-creator currently fails to build on ppc64le due to several errors like: language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address] if (!!&a != !!&b) Since this is more a desktop package, skipping it on ppc64le for now.
Diffstat (limited to 'testing')
-rw-r--r--testing/qt-creator/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qt-creator/APKBUILD b/testing/qt-creator/APKBUILD
index 6fb55fe9a77..f0cceb93014 100644
--- a/testing/qt-creator/APKBUILD
+++ b/testing/qt-creator/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.0.1
pkgrel=1
pkgdesc="Lightweight and cross-platform IDE for Qt"
url="https://qt-project.org/wiki/Category:Tools::QtCreator"
-arch="all !aarch64"
+arch="all !aarch64 !ppc64le"
license="LGPLv2 with exceptions"
depends=""
depends_dev=""