aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-yara
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-30 19:49:29 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-30 19:49:29 +0100
commit8598ee2cb2012b470530d04cabaa208512d06b07 (patch)
treeb37d1f895a8d4e1fc65bd9f71327233bb17e030f /testing/py3-yara
parentdc6fc1899d21e10d893e9cd98ffc10b055910cc2 (diff)
downloadaports-8598ee2cb2012b470530d04cabaa208512d06b07.tar.bz2
aports-8598ee2cb2012b470530d04cabaa208512d06b07.tar.xz
testing/py3-yara: disable on armv7 and armhf
Turns out I looked at the wrong row :)
Diffstat (limited to 'testing/py3-yara')
-rw-r--r--testing/py3-yara/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-yara/APKBUILD b/testing/py3-yara/APKBUILD
index 4ae3bf3f80..44fa6bd042 100644
--- a/testing/py3-yara/APKBUILD
+++ b/testing/py3-yara/APKBUILD
@@ -6,7 +6,7 @@ pkgver="3.11.0"
pkgrel=0
pkgdesc="The Python interface for YARA"
url="https://virustotal.github.io/yara/"
-arch="all !ppc64le" # missing yara
+arch="all !ppc64le !armv7 !armhf" # missing yara
license="Apache-2.0"
depends="python3"
makedepends="python3-dev yara"