diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:50:09 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:50:09 +0200 |
commit | 4b2c861c229a34dd283f428145fff082a622ae27 (patch) | |
tree | fd2dba01b8cf996dc1649282ab42ca5da28be3bc /testing | |
parent | 21488a2da8be2d580576230390b12ad3f961d9db (diff) | |
download | aports-4b2c861c229a34dd283f428145fff082a622ae27.tar.bz2 aports-4b2c861c229a34dd283f428145fff082a622ae27.tar.xz |
testing/firejail: disable on armhf
Diffstat (limited to 'testing')
-rw-r--r-- | testing/firejail/APKBUILD | 2 |
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="" |