diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-21 14:10:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-21 14:11:24 +0000 |
commit | a510af5868cbde7c3efb310b262a40adf9b8703b (patch) | |
tree | 25fe317f86688c1bf69c27e7afcf3b9fbf05a59e /community/firefox-esr/APKBUILD | |
parent | b2a86324a02c3113fa251203a2ecb3baf410d7ea (diff) | |
download | aports-a510af5868cbde7c3efb310b262a40adf9b8703b.tar.bz2 aports-a510af5868cbde7c3efb310b262a40adf9b8703b.tar.xz |
community/firefox-esr: enable build on armhf
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 012cca3fb9..0a5177b9ad 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 !armhf" +arch="all" license="GPL LGPL MPL" depends="" depends_dev=" |