diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-10-19 05:13:29 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-10-19 05:13:29 +0000 |
commit | 2b3637da2ab5aa0fd9899fee13be187184cfd6fc (patch) | |
tree | e605d3d7803b896ead3645a7b4d495ac5b90703c /testing | |
parent | 8b3a09c1ae10860c9f5f9f145e8ff14de261e074 (diff) | |
download | aports-2b3637da2ab5aa0fd9899fee13be187184cfd6fc.tar.bz2 aports-2b3637da2ab5aa0fd9899fee13be187184cfd6fc.tar.xz |
testing/haxe: block on x86 too
Diffstat (limited to 'testing')
-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 f1506cd9b0..5d2d12c5a5 100644 --- a/testing/haxe/APKBUILD +++ b/testing/haxe/APKBUILD @@ -6,7 +6,7 @@ _versuffix= pkgrel=0 pkgdesc="Cross-platform toolkit and programming language" url="https://haxe.org" -arch="all" +arch="all !x86" license="GPL MIT LGPL" # http://haxe.org/foundation/open-source.html depends="" makedepends="camlp4 ocaml neko-dev zlib-dev pcre-dev" |