diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-24 23:02:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-24 23:05:59 -0300 |
commit | 70a9e45d94f861361ed834079e3ad172f2840842 (patch) | |
tree | fcf0c857ccbb0696a55b230188fd2c62a5162d80 | |
parent | 30e61494f01cda6ab26b9541a6f31a33208c4acd (diff) | |
download | aports-70a9e45d94f861361ed834079e3ad172f2840842.tar.bz2 aports-70a9e45d94f861361ed834079e3ad172f2840842.tar.xz |
testing/thunderbird: disable
-rw-r--r-- | testing/thunderbird/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/thunderbird/APKBUILD b/testing/thunderbird/APKBUILD index a4cf3c3a11..86dad8d7f7 100644 --- a/testing/thunderbird/APKBUILD +++ b/testing/thunderbird/APKBUILD @@ -7,6 +7,7 @@ pkgrel=1 pkgdesc="Thunderbird email client" url="https://www.thunderbird.net/" arch="all !s390x !armhf !mips !mips64" # limited by rust and cargo. Fails on armhf due to bad assembly +arch="" # Limited by new rust failing to compile it license="GPL-3.0-or-later AND LGPL-2.1-or-later AND MPL-2.0" options="!check !strip" depends=" |