summaryrefslogtreecommitdiff
path: root/community/yq/APKBUILD
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/yq/APKBUILD
parent328d87ca72a5e85cfd5e9cbe27317fbb87e662b4 (diff)
downloadaports-5efa930ad06eaf30c9070eabe818d654f8b576ac.zip
community/*: re-enable on mips(64)
previously limited by go
Diffstat (limited to 'community/yq/APKBUILD')
-rw-r--r--community/yq/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/yq/APKBUILD b/community/yq/APKBUILD
index b7d396c7838..fb5c3dfb324 100644
--- a/community/yq/APKBUILD
+++ b/community/yq/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.4.1
pkgrel=0
pkgdesc="portable command-line YAML processor written in Go"
url="https://github.com/mikefarah/yq"
-arch="all !mips !mips64" # limited by go
+arch="all"
license="MIT"
makedepends="go govendor"
options="chmod-clean"