From 76f41b0595b30dcd1fe869ea61a3f5576dbefc86 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 06:57:48 +0000 Subject: [PATCH] community/salt: disable on mips --- community/salt/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index 0360b339ed9..c0102f6f4b1 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -6,7 +6,7 @@ pkgver=3000.1 pkgrel=0 pkgdesc="A parallel remote execution system" url="https://github.com/saltstack/salt" -arch="noarch !s390x" +arch="noarch !s390x !mips !mips64" license="Apache-2.0" depends="py3-tornado5 py3-yaml py3-jinja2 py3-markupsafe py3-msgpack py3-pycryptodome py3-pyzmq py3-six py3-requests py3-pygit2 py3-dateutil