aboutsummaryrefslogtreecommitdiffstats
path: root/community/firejail
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-22 22:34:08 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-22 22:34:08 +0000
commiteca9cbe87334d821081f09e5121b0a21ddbbc51c (patch)
treed1d91881c14815dfb963e3dffc37d259f935babd /community/firejail
parent98b464dba79e7a38d28534646205a02adc4f9f7d (diff)
downloadaports-eca9cbe87334d821081f09e5121b0a21ddbbc51c.tar.bz2
aports-eca9cbe87334d821081f09e5121b0a21ddbbc51c.tar.xz
community/firejail: disable on aarch64
Diffstat (limited to 'community/firejail')
-rw-r--r--community/firejail/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD
index 1820e2a51c..0944c65078 100644
--- a/community/firejail/APKBUILD
+++ b/community/firejail/APKBUILD
@@ -6,7 +6,7 @@ _pkgver=${pkgver//_/-}
pkgrel=1
pkgdesc="Linux namespaces and seccomp-bpf sandbox"
url="https://firejail.wordpress.com/"
-arch="all !armhf"
+arch="all !armhf !aarch64"
license="GPL2"
depends="bash"
depends_dev=""