From dc6fc1899d21e10d893e9cd98ffc10b055910cc2 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 30 Jan 2020 19:46:30 +0100 Subject: testing/py3-yara: disable on ppc64le due to missing yara --- testing/py3-yara/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3