diff options
-rw-r--r-- | testing/qt-creator/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/qt-creator/APKBUILD b/testing/qt-creator/APKBUILD index 49747e9065..c574cc8376 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 !ppc64le" +arch="all !aarch64 !ppc64le !s390x" license="LGPL-2.0 with exceptions" depends="" depends_dev="" |