diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-01 19:55:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-01 19:55:58 +0000 |
commit | 312dbe117f6f084129f82df29703eabebe18e65b (patch) | |
tree | 445f0e196179df3031815e8f3bd454f49b2848ef /testing/ossec-hids-agent/APKBUILD | |
parent | 092531fdc13d3512ad5fd6c3f4b5da3bc1145e69 (diff) | |
download | aports-312dbe117f6f084129f82df29703eabebe18e65b.tar.bz2 aports-312dbe117f6f084129f82df29703eabebe18e65b.tar.xz |
testing/ossec-hids-(agent|local|server): disable s390x arch
Diffstat (limited to 'testing/ossec-hids-agent/APKBUILD')
-rw-r--r-- | testing/ossec-hids-agent/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ossec-hids-agent/APKBUILD b/testing/ossec-hids-agent/APKBUILD index ecd7b6968a..c09701f91d 100644 --- a/testing/ossec-hids-agent/APKBUILD +++ b/testing/ossec-hids-agent/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.6.0 pkgrel=0 pkgdesc="Open Source Host-based Intrusion Detection System" url="https://www.ossec.net/" -arch="all !aarch64 !armhf !armv7" +arch="all !aarch64 !armhf !armv7 !s390x" license="GPL-2.0-only WITH openssl-exception" depends="inotify-tools procps ossec-hids-openrc" makedepends="linux-headers bsd-compat-headers openssl-dev \ |