diff options
Diffstat (limited to 'testing/ponyc')
-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 701274e301..f9dccd6fcd 100644 --- a/testing/ponyc/APKBUILD +++ b/testing/ponyc/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.21.3 pkgrel=1 pkgdesc="An open-source, actor-model, capabilities-secure, high performance programming language" url="https://www.ponylang.org" -arch="x86_64 aarch64 armhf" +arch="x86_64 aarch64" license="BSD-2-Clause" _llvmver=3.9 depends="binutils-gold gcc" |