aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haxe
diff options
context:
space:
mode:
authorAndy Li <andy@onthewings.net>2017-10-28 14:28:04 +0800
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-03 15:17:56 +0000
commit12ef75b43afe79abee92b477425137f20042bf37 (patch)
treefb25aaab167d7e9727c6a6536f784dd7cdfc21aa /testing/haxe
parenta5ab7dbb424a5cebf3a5c1fe25869e9191d001bc (diff)
downloadaports-12ef75b43afe79abee92b477425137f20042bf37.tar.bz2
aports-12ef75b43afe79abee92b477425137f20042bf37.tar.xz
testing/haxe: enable only x86_64 aarch64 ppc64le
That's what ocaml and camlp4 are currently built for.
Diffstat (limited to 'testing/haxe')
-rw-r--r--testing/haxe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD
index 78c804e782..f1d41c3c28 100644
--- a/testing/haxe/APKBUILD
+++ b/testing/haxe/APKBUILD
@@ -6,7 +6,7 @@ _versuffix=
pkgrel=1
pkgdesc="Cross-platform toolkit and programming language"
url="https://haxe.org"
-arch="all"
+arch="x86_64 aarch64 ppc64le"
license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html
depends=""
makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev"