diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:28:44 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:28:58 +0200 |
commit | 21488a2da8be2d580576230390b12ad3f961d9db (patch) | |
tree | 4181975a4c6a89947523caa4acf77b0e4bbece31 /testing/haxe/APKBUILD | |
parent | ba6d6475b3cd9a9a2144c8d686b9677eb97a3cfd (diff) | |
download | aports-21488a2da8be2d580576230390b12ad3f961d9db.tar.bz2 aports-21488a2da8be2d580576230390b12ad3f961d9db.tar.xz |
testing/haxe: disable on armhf
Diffstat (limited to 'testing/haxe/APKBUILD')
-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 6a681a3dea..f9133fb0da 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="x86_64 armhf" +arch="x86_64" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev" |