summaryrefslogtreecommitdiff
path: root/community/k9s
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-24 22:54:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-25 05:11:32 +0000
commit5efa930ad06eaf30c9070eabe818d654f8b576ac (patch)
tree09333418bf6251a7fce1c5f1190a401202f85da9 /community/k9s
parent328d87ca72a5e85cfd5e9cbe27317fbb87e662b4 (diff)
downloadaports-5efa930ad06eaf30c9070eabe818d654f8b576ac.zip
community/*: re-enable on mips(64)
previously limited by go
Diffstat (limited to 'community/k9s')
-rw-r--r--community/k9s/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/k9s/APKBUILD b/community/k9s/APKBUILD
index 20e528094e6..453b1462969 100644
--- a/community/k9s/APKBUILD
+++ b/community/k9s/APKBUILD
@@ -8,7 +8,7 @@ _commit=a952806e # git rev-parse --short HEAD
_date=2020-11-16T17:25:46UTC # date -u -d @$(date +%s) +%FT%T%Z
pkgdesc="Kubernetes TUI"
url="https://k9scli.io"
-arch="all !x86 !armhf !mips64" # tests fail on x86 and arm7 for some reason, missing go on mips
+arch="all !x86 !armhf" # tests fail on x86 and arm7 for some reason
license="Apache-2.0"
makedepends="go"
options="net chmod-clean"