diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:37 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:37 +0200 |
commit | 0f582e6ac488c5881c84136f82b55686369d3b53 (patch) | |
tree | 2440f747b6998d21242e8844b3e85dd89bb3b52e | |
parent | 7eaaa8dd0f4f2f62edda34476a152f1d9c727319 (diff) | |
download | aports-0f582e6ac488c5881c84136f82b55686369d3b53.tar.bz2 aports-0f582e6ac488c5881c84136f82b55686369d3b53.tar.xz |
testing/haxe: disable on x86
-rw-r--r-- | testing/haxe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/haxe/APKBUILD b/testing/haxe/APKBUILD index f5577f8c01..6a681a3dea 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -6,7 +6,7 @@ _versuffix=-rc1 pkgrel=0 pkgdesc="Cross-platform toolkit and programming language" url="http://haxe.org" -arch="all" +arch="x86_64 armhf" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev" |