aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kblackbox/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-02 16:59:55 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-02 16:59:55 +0000
commit28aed4e200ce0705987086aede7e3ce732a13d57 (patch)
tree3d844d5102cb0c2e98a8f0c87a196b244227b6c6 /testing/kblackbox/APKBUILD
parent7b67e2515cfcadf9cfa057a81c49d4d41af0ef0f (diff)
testing/kblackbox: disable on armhf
Dependency extra-cmake-modules missing.
Diffstat (limited to 'testing/kblackbox/APKBUILD')
-rw-r--r--testing/kblackbox/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kblackbox/APKBUILD b/testing/kblackbox/APKBUILD
index f0947bc5869..bc832d198fc 100644
--- a/testing/kblackbox/APKBUILD
+++ b/testing/kblackbox/APKBUILD
@@ -3,7 +3,7 @@
pkgname=kblackbox
pkgver=19.12.1
pkgrel=0
-arch="all"
+arch="all !armhf"
url="https://kde.org/applications/games/org.kde.kblackbox"
pkgdesc="A game of hide and seek played on a grid of boxes"
license="GPL-2.0-or-later AND GFDL-1.2-only"