aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-05-01 19:55:39 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-05-01 19:55:58 +0000
commit312dbe117f6f084129f82df29703eabebe18e65b (patch)
tree445f0e196179df3031815e8f3bd454f49b2848ef /testing
parent092531fdc13d3512ad5fd6c3f4b5da3bc1145e69 (diff)
downloadaports-312dbe117f6f084129f82df29703eabebe18e65b.tar.bz2
aports-312dbe117f6f084129f82df29703eabebe18e65b.tar.xz
testing/ossec-hids-(agent|local|server): disable s390x arch
Diffstat (limited to 'testing')
-rw-r--r--testing/ossec-hids-agent/APKBUILD2
-rw-r--r--testing/ossec-hids-local/APKBUILD2
-rw-r--r--testing/ossec-hids-server/APKBUILD2
3 files changed, 3 insertions, 3 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 \
diff --git a/testing/ossec-hids-local/APKBUILD b/testing/ossec-hids-local/APKBUILD
index 77a93abe8d..567bf4f5a6 100644
--- a/testing/ossec-hids-local/APKBUILD
+++ b/testing/ossec-hids-local/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 \
diff --git a/testing/ossec-hids-server/APKBUILD b/testing/ossec-hids-server/APKBUILD
index 9077aa86bb..6464665662 100644
--- a/testing/ossec-hids-server/APKBUILD
+++ b/testing/ossec-hids-server/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 \