diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-29 23:13:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-29 23:13:47 +0000 |
commit | 5b7a1a929be4969047007d595e7d2242f3217a5d (patch) | |
tree | c691530f851a5182088f12357070fc6008c833de /community | |
parent | f30eafa7287d85115bf2d5739a0195b9b6a7fb5d (diff) | |
download | aports-5b7a1a929be4969047007d595e7d2242f3217a5d.tar.bz2 aports-5b7a1a929be4969047007d595e7d2242f3217a5d.tar.xz |
community/firefox-esr: enable on aarch64
it seems to build again
Diffstat (limited to 'community')
-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 5678f3457f..ea7b56b18b 100644 --- a/community/firefox-esr/APKBUILD +++ b/community/firefox-esr/APKBUILD @@ -7,7 +7,7 @@ _xulver=$pkgver pkgrel=0 pkgdesc="Firefox web browser - Extended Support Release" url="https://www.mozilla.org/en-US/firefox/organizations/faq/" -arch="all !aarch64" +arch="all" license="GPL LGPL MPL" depends="" depends_dev=" |