diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-01-25 01:44:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-25 01:44:44 -0300 |
commit | 52427e49435d4446e8a7788b184e4d54436de795 (patch) | |
tree | 7bc7bec5eacae5f30e52ad08149dfbdc92aeeba9 /testing/ijq | |
parent | 3a3766ea9f12def1ecd82283e490827f64a4c6a0 (diff) | |
download | aports-52427e49435d4446e8a7788b184e4d54436de795.zip |
testing/ijq: disable on mips64 due to not having go
Diffstat (limited to 'testing/ijq')
-rw-r--r-- | testing/ijq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ijq/APKBUILD b/testing/ijq/APKBUILD index 1bb597c41b4..db229275391 100644 --- a/testing/ijq/APKBUILD +++ b/testing/ijq/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.3 pkgrel=0 pkgdesc="Interactive jq tool" url="https://git.sr.ht/~gpanders/ijq/" -arch="all" +arch="all !mips64" # no go license="GPL-3.0-or-later" options="!check" # no test suite makedepends="go scdoc" |