From 5ee7bcd20035f1292fdffe8a4cb423c0e976a496 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 6 Dec 2020 14:15:29 +0000 Subject: [PATCH] community/aerc: disable on mips(64) go is missing --- community/aerc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/aerc/APKBUILD b/community/aerc/APKBUILD index 10138164b52..38e7ff041f3 100644 --- a/community/aerc/APKBUILD +++ b/community/aerc/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.5.2 pkgrel=0 pkgdesc="email client for your terminal" url="https://aerc-mail.org" -arch="all" +arch="all !mips !mips64" # mips(64): blocked on go license="MIT" depends="less ncurses" makedepends="go scdoc"