aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libquotient/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 13:18:27 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 13:18:27 +0100
commit1b76e1f5897ddc296ae065ab4af154f55dc14e4d (patch)
tree92e74b7b05dbbe7d2a2ae05344f329910ea7d489 /testing/libquotient/APKBUILD
parent5b7834f77d1ef86b70270c8b67ec1e9a435d3fa2 (diff)
downloadaports-1b76e1f5897ddc296ae065ab4af154f55dc14e4d.tar.bz2
aports-1b76e1f5897ddc296ae065ab4af154f55dc14e4d.tar.xz
testing/libquotient: disable on armhf
Diffstat (limited to 'testing/libquotient/APKBUILD')
-rw-r--r--testing/libquotient/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libquotient/APKBUILD b/testing/libquotient/APKBUILD
index 3c2fb171ac..f79be5e143 100644
--- a/testing/libquotient/APKBUILD
+++ b/testing/libquotient/APKBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Qt5 library for cross-platform clients for Matrix"
options="!check" # No testsuite
url="https://github.com/quotient-im/libQuotient"
-arch="all"
+arch="all !armhf" # blocked by qt5-qtmultimedia
license="LGPL-2.1-or-later"
depends_dev="qt5-qtbase-dev qt5-qtmultimedia-dev"
makedepends="$depends_dev cmake"