From 7a8a808edc55049820c4dc19b2422cb4482d0b85 Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 11 Jun 2020 22:01:38 -0300 Subject: community/gotop: disable on mips64 missing go --- community/gotop/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD index fafc2b6212b..06bcc893b95 100644 --- a/community/gotop/APKBUILD +++ b/community/gotop/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.0.1 pkgrel=0 pkgdesc="Terminal based graphical activity monitor" url="https://github.com/xxxserxxx/gotop" -arch="all" +arch="all !mips64" license="AGPL-3.0-or-later" options="!check" # No test suite depends="procps" # Remove once #20 on xxxserxxx/gotop is fixed -- cgit v1.2.3