From 140203e06acf67c7019d2f309cd3c6ac4cffc763 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 9 Jun 2017 14:57:59 +0000 Subject: testing/firefox: build only on x86_64 due to rust --- testing/firefox/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index fcf83d92a6..63f86e48d6 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -7,7 +7,8 @@ _xulver=$pkgver pkgrel=0 pkgdesc="Firefox web browser" url="http://www.firefox.com" -arch="all !aarch64 !ppc64le" +# limited by rust and cargo +arch="x86_64" license="GPL LGPL MPL" depends="" makedepends=" -- cgit v1.2.3