diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 12:40:47 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 12:40:47 +0000 |
commit | 90313b0dfaf092d29ed15b9069b9dd8945d65122 (patch) | |
tree | 017a072bc81ca4a1da17e922286a8cfc39dc8503 /testing/firefox | |
parent | c6e3fd1dd700ae56ad5dbb9ffefb2df3a761dde6 (diff) | |
download | aports-90313b0dfaf092d29ed15b9069b9dd8945d65122.tar.bz2 aports-90313b0dfaf092d29ed15b9069b9dd8945d65122.tar.xz |
testing/firefox: disable on aarch64
Diffstat (limited to 'testing/firefox')
-rw-r--r-- | testing/firefox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 42cb186b00..938b3a7fd9 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -7,7 +7,7 @@ _xulver=$pkgver pkgrel=1 pkgdesc="Firefox web browser" url="http://www.firefox.com" -arch="all" +arch="all !aarch64" license="GPL LGPL MPL" depends="" depends_dev=" |