diff options
-rw-r--r-- | testing/py3-yara/APKBUILD | 2 |
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" |