diff options
-rw-r--r-- | testing/ponyc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ponyc/APKBUILD b/testing/ponyc/APKBUILD index ae5e4aa41b..047e52ee20 100644 --- a/testing/ponyc/APKBUILD +++ b/testing/ponyc/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.28.1 pkgrel=0 pkgdesc="An open-source, actor-model, capabilities-secure, high performance programming language" url="https://www.ponylang.org" -arch="all !s390x" +arch="all !s390x !ppc64le" license="BSD-2-Clause" _llvmver=6 depends="binutils-gold" |