From 0c4c4fbe24fb20d6626bc9b609e19749ce5b0147 Mon Sep 17 00:00:00 2001 From: TBK <tbk@jjtc.eu> Date: Tue, 12 Jan 2021 01:01:17 +0100 Subject: [PATCH] community/piknik: disable on mips64 --- community/piknik/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/piknik/APKBUILD b/community/piknik/APKBUILD index 7af0ae182f42..95381217f534 100644 --- a/community/piknik/APKBUILD +++ b/community/piknik/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.9.1 pkgrel=3 pkgdesc="Copy/paste anything over the network" url="https://github.com/jedisct1/piknik" -arch="all" +arch="all !mips64" # blocked by go license="BSD-2-Clause" makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/jedisct1/piknik/archive/$pkgver.tar.gz -- GitLab