diff options
Diffstat (limited to 'testing/ossec-hids/APKBUILD')
-rw-r--r-- | testing/ossec-hids/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ossec-hids/APKBUILD b/testing/ossec-hids/APKBUILD index 7f1926f383..c7ff2ef048 100644 --- a/testing/ossec-hids/APKBUILD +++ b/testing/ossec-hids/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.9.3 pkgrel=0 pkgdesc="Open Source Host-based Intrusion Detection System" url="http://www.ossec.net/" -arch="all !aarch64 !armhf" +arch="all !aarch64 !armhf !armv7" license="GPL-3.0" depends="inotify-tools procps" makedepends="linux-headers inotify-tools-dev findutils file" |