aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-26 15:50:09 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-26 15:50:09 +0200
commit4b2c861c229a34dd283f428145fff082a622ae27 (patch)
treefd2dba01b8cf996dc1649282ab42ca5da28be3bc /testing
parent21488a2da8be2d580576230390b12ad3f961d9db (diff)
downloadaports-4b2c861c229a34dd283f428145fff082a622ae27.tar.bz2
aports-4b2c861c229a34dd283f428145fff082a622ae27.tar.xz
testing/firejail: disable on armhf
Diffstat (limited to 'testing')
-rw-r--r--testing/firejail/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/firejail/APKBUILD b/testing/firejail/APKBUILD
index e589549289..d76407108a 100644
--- a/testing/firejail/APKBUILD
+++ b/testing/firejail/APKBUILD
@@ -6,7 +6,7 @@ _pkgver=${pkgver//_/-}
pkgrel=0
pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/"
-arch="all"
+arch="all !armhf"
license="GPL2"
depends="bash"
depends_dev=""