diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 05:48:58 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 05:48:58 +0000 |
| commit | d427e668bf0f4daa43cb7ac2ccecdc954fb5ebd7 (patch) | |
| tree | f3c2c2b743456a36a9257da49392d4925f490df2 | |
| parent | 1c8b65eb7a6d86139bd4b0ac5d9bbcd02b61f9cd (diff) | |
| download | aports-d427e668bf0f4daa43cb7ac2ccecdc954fb5ebd7.tar.bz2 aports-d427e668bf0f4daa43cb7ac2ccecdc954fb5ebd7.tar.xz | |
community/firefox: disable on mips
| -rw-r--r-- | community/firefox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firefox/APKBUILD b/community/firefox/APKBUILD index bbafdc7aae..d27f797011 100644 --- a/community/firefox/APKBUILD +++ b/community/firefox/APKBUILD @@ -6,7 +6,7 @@ pkgver=75.0 pkgrel=0 pkgdesc="Firefox web browser" url="https://www.firefox.com/" -arch="all !s390x !armhf" # limited by rust and cargo, build failure on armhf due to wasm +arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo, build failure on armhf due to wasm license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |
