aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vimiv
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-04-05 13:03:56 +0200
committerTBK <tbk@jjtc.eu>2020-04-05 13:03:56 +0200
commitd3b9138227b7865d73bf71b9cb9cb478df602144 (patch)
tree39138a77be50d2ccf8b1a75365cf0e1eb184bab8 /testing/vimiv
parenta0f49e8d586d2f8b590ea48b805dd1bc245a698c (diff)
downloadaports-d3b9138227b7865d73bf71b9cb9cb478df602144.tar.bz2
aports-d3b9138227b7865d73bf71b9cb9cb478df602144.tar.xz
testing/vimiv: disable on armhf
blocked by py3-qt5 (qt5-qtdeclarative)
Diffstat (limited to 'testing/vimiv')
-rw-r--r--testing/vimiv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/vimiv/APKBUILD b/testing/vimiv/APKBUILD
index afe3b6b761..cb0a9c5b0c 100644
--- a/testing/vimiv/APKBUILD
+++ b/testing/vimiv/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.1
pkgrel=0
pkgdesc="an image viewer with vim-like keybindings"
url="https://github.com/karlch/vimiv-qt"
-arch="all"
+arch="all !armhf" # armhf blocked by py3-qt5 (qt5-qtdeclarative)
license="GPL-3.0-only"
depends="python3 py3-qt5"
makedepends="python3-dev py3-setuptools"