From 8819810f3e403062bd6a1943fb6a64a825ed802d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 20 Sep 2017 08:49:09 +0000 Subject: community/firejail: disable on aarch64 as it fails to build upstream bug: https://github.com/netblue30/firejail/issues/1566 --- community/firejail/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/firejail/APKBUILD b/community/firejail/APKBUILD index 0a50e81a7d..1dc5adba45 100644 --- a/community/firejail/APKBUILD +++ b/community/firejail/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.50 pkgrel=0 pkgdesc="Linux namespaces and seccomp-bpf sandbox" url="https://firejail.wordpress.com/" -arch="all" +arch="all !aarch64" license="GPL2" depends="bash" makedepends="linux-headers" -- cgit v1.2.3