aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haxe
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-08 10:03:37 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-08 10:03:37 +0200
commit0f582e6ac488c5881c84136f82b55686369d3b53 (patch)
tree2440f747b6998d21242e8844b3e85dd89bb3b52e /testing/haxe
parent7eaaa8dd0f4f2f62edda34476a152f1d9c727319 (diff)
downloadaports-0f582e6ac488c5881c84136f82b55686369d3b53.tar.bz2
aports-0f582e6ac488c5881c84136f82b55686369d3b53.tar.xz
testing/haxe: disable on x86
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 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"