diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 17:14:19 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 17:14:19 +0000 |
commit | 00bd93bd59719171627dfd461cb5aa9b1fb7f313 (patch) | |
tree | bd20eb4a4cb04a8df013e63a58a7fd7117a229fc /community/salt | |
parent | 1d1980f62acdf1dbf1b6d5c4194825fee1da03ca (diff) | |
download | aports-00bd93bd59719171627dfd461cb5aa9b1fb7f313.tar.bz2 aports-00bd93bd59719171627dfd461cb5aa9b1fb7f313.tar.xz |
community/salt: disable on s390x
py-zmq has an issue on s390x and has been disabled on that architecture.
As a concequence, salt won't be able to build on that arch as well, so
disable it.
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" |