diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-20 15:00:27 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-20 15:00:27 +0200 |
commit | ccb632a4b7687a76402fcd8d120f842961ac4bcf (patch) | |
tree | b53ef9a4c3e8e7a8f3144fab4f5abdb74230cf90 /community/firefox-esr/APKBUILD | |
parent | 8eb06f8259224fafc13903c33fa15085b0743275 (diff) | |
download | aports-ccb632a4b7687a76402fcd8d120f842961ac4bcf.tar.bz2 aports-ccb632a4b7687a76402fcd8d120f842961ac4bcf.tar.xz |
community/firefox-esr: disable for armhf
Our armhf builder doesn't have enough memory to build it, so we must
disable it for now.
Diffstat (limited to 'community/firefox-esr/APKBUILD')
-rw-r--r-- | community/firefox-esr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/firefox-esr/APKBUILD b/community/firefox-esr/APKBUILD index 0a5177b9ad..012cca3fb9 100644 --- a/community/firefox-esr/APKBUILD +++ b/community/firefox-esr/APKBUILD @@ -7,7 +7,7 @@ _xulver=$pkgver pkgrel=1 pkgdesc="Firefox web browser" url="https://www.mozilla.org/en-US/firefox/organizations/faq/" -arch="all" +arch="all !armhf" license="GPL LGPL MPL" depends="" depends_dev=" |