diff options
Diffstat (limited to 'community/salt')
-rw-r--r-- | community/salt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/salt/APKBUILD b/community/salt/APKBUILD index e0ad377507..11f7ea7c3d 100644 --- a/community/salt/APKBUILD +++ b/community/salt/APKBUILD @@ -6,7 +6,7 @@ pkgver=2019.2.0 pkgrel=2 pkgdesc="A parallel remote execution system" url="https://github.com/saltstack/salt" -arch="noarch" +arch="noarch !s390x" license="Apache-2.0" depends="py3-tornado py3-yaml py3-jinja2 py3-markupsafe py3-msgpack py3-crypto py3-zmq py3-six py3-requests py3-pygit2 py3-dateutil procps" |