diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-01-07 21:34:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-01-07 21:35:06 +0000 |
commit | 279d931b15195df0d77f395713ead31145ffe7eb (patch) | |
tree | 244c2299ccf8b700bb23d392544bc4dfc3ed240a /testing/gammaray | |
parent | 43910829c23207e706822e84df9b3cc3a5d8b14e (diff) | |
download | aports-279d931b15195df0d77f395713ead31145ffe7eb.tar.bz2 aports-279d931b15195df0d77f395713ead31145ffe7eb.tar.xz |
testing/gammaray: disable on armhf
Multiple dependencies are missing
Diffstat (limited to 'testing/gammaray')
-rw-r--r-- | testing/gammaray/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gammaray/APKBUILD b/testing/gammaray/APKBUILD index 0a479d335f..c5992cd7c4 100644 --- a/testing/gammaray/APKBUILD +++ b/testing/gammaray/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.11.0 pkgrel=0 pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it" url="https://www.kdab.com/development-resources/qt-tools/gammaray/" -arch="all !ppc64le !s390x" # Limited by qt5-qtwebengine +arch="all !ppc64le !s390x !armhf" # Limited by qt5-qtwebengine license="GPL-2.0-or-later" makedepends="cmake qt5-qtbase-dev qt5-qtwebengine-dev qt5-qtlocation-dev qt5-qtwayland-dev qt5-qttools-dev qt5-qtsvg-dev qt5-qtdeclarative-dev |