diff options
Diffstat (limited to 'user/thunderbird')
-rw-r--r-- | user/thunderbird/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/thunderbird/APKBUILD b/user/thunderbird/APKBUILD index b115202f3..7b970d145 100644 --- a/user/thunderbird/APKBUILD +++ b/user/thunderbird/APKBUILD @@ -4,7 +4,7 @@ pkgver=91.13.0 pkgrel=2 pkgdesc="Email client from Mozilla" url="https://www.thunderbird.net/" -arch="all !ppc" # #837 +arch="all !ppc !armv7" # #837, #1015 options="!check" # Tests disabled license="MPL-2.0" depends="" |