diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-11-22 19:10:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 07:29:21 +0000 |
commit | 551ef01daa31dc21f85c084aaeb40fd51b3163bf (patch) | |
tree | 34571e8ccb2c0d04d4d59538b2c5cc9e13415e37 /community/haxe | |
parent | 3228be102f0d913844aa54c37d4186d1a3aafd2a (diff) | |
download | aports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.bz2 aports-551ef01daa31dc21f85c084aaeb40fd51b3163bf.tar.xz |
community/cloudi,dune,haxe,opam: enable s390x
Diffstat (limited to 'community/haxe')
-rw-r--r-- | community/haxe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haxe/APKBUILD b/community/haxe/APKBUILD index feaf6f299d..79baef91cc 100644 --- a/community/haxe/APKBUILD +++ b/community/haxe/APKBUILD @@ -6,7 +6,7 @@ _versuffix= pkgrel=1 pkgdesc="Cross-platform toolkit and programming language" url="https://haxe.org" -arch="x86_64 aarch64 ppc64le" +arch="all !x86 !armhf !armv7" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html makedepends="ocaml-camlp4-dev ocaml neko-dev zlib-dev pcre-dev" options="!strip" |