aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-yara
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-30 19:46:30 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-30 19:46:49 +0100
commitdc6fc1899d21e10d893e9cd98ffc10b055910cc2 (patch)
tree5b35e07128741fc406b3058582ed87f6be63d554 /testing/py3-yara
parentbec0b5cf373a3d20503ae3817066461f5542131f (diff)
downloadaports-dc6fc1899d21e10d893e9cd98ffc10b055910cc2.tar.bz2
aports-dc6fc1899d21e10d893e9cd98ffc10b055910cc2.tar.xz
testing/py3-yara: disable on ppc64le due to missing yara
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 04ae639547..4ae3bf3f80 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"
+arch="all !ppc64le" # missing yara
license="Apache-2.0"
depends="python3"
makedepends="python3-dev yara"