diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:57:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-09 14:57:59 +0000 |
commit | 140203e06acf67c7019d2f309cd3c6ac4cffc763 (patch) | |
tree | f9bf9cdcb309bcd64f0a92d1259623428aeb1d14 /testing/firefox | |
parent | af160b022c07ff542cfb18cb1957ced400efe6b0 (diff) | |
download | aports-140203e06acf67c7019d2f309cd3c6ac4cffc763.tar.bz2 aports-140203e06acf67c7019d2f309cd3c6ac4cffc763.tar.xz |
testing/firefox: build only on x86_64 due to rust
Diffstat (limited to 'testing/firefox')
-rw-r--r-- | testing/firefox/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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=" |