aboutsummaryrefslogtreecommitdiffstats
path: root/community/firefox/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-08 19:21:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-08 19:21:55 -0300
commit846466c3af38cb17d82380c298e95f5d3b5c7345 (patch)
treec1d0c4b643d105704042cf820fd57021035c88d2 /community/firefox/APKBUILD
parente8cf66387b1acc1f7873de9d968b5542088039cc (diff)
community/firefox: disable on armv7
Diffstat (limited to 'community/firefox/APKBUILD')
-rw-r--r--community/firefox/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD
index 613743b7741..00a6fbd428f 100644
--- a/community/firefox/APKBUILD
+++ b/community/firefox/APKBUILD
@@ -6,7 +6,11 @@ pkgver=75.0
pkgrel=0
pkgdesc="Firefox web browser"
url="https://www.firefox.com/"
-arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo, build failure on armhf due to wasm
+# Limited on:
+# s390x, mips, mips64: limited by rust and cargo
+# armhf: build failure on armhf due to wasm
+# armv7: build failure
+arch="all !s390x !armhf !mips !mips64 !armv7"
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
makedepends="
alsa-lib-dev