From 9d9f981a2c421f44db3ae66b90293202748eb9f3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 20 Sep 2018 06:57:20 +0200 Subject: aports: add support for armv7 [skip ci] This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used: --- testing/ossec-hids/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/ossec-hids/APKBUILD') 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" -- cgit v1.2.3