aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-04-06 10:25:19 +0300
committerTimo Teräs <timo.teras@iki.fi>2016-04-06 10:26:02 +0300
commitc3ae7a69b00d06d85b438fe59ea33379ec38140e (patch)
tree40fa610e9cacd2d9bf566f545c83491798d3d4e5 /testing/mono
parent5733f99bcc61d5cdbdb725586a70fd643748248b (diff)
downloadaports-c3ae7a69b00d06d85b438fe59ea33379ec38140e.tar.bz2
aports-c3ae7a69b00d06d85b438fe59ea33379ec38140e.tar.xz
testing/mono: disable on arm
Seems mono needs now special action to bootstrap it. Build fails with: *** The compiler 'mcs' doesn't appear to be usable. *** You need Mono version 3.8 or better installed to build MCS *** Check mono README for information on how to bootstrap a Mono installation. /bin/sh: mcs: not found *** The version of 'mcs' is: .
Diffstat (limited to 'testing/mono')
-rw-r--r--testing/mono/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD
index 8f33900f16..8609104629 100644
--- a/testing/mono/APKBUILD
+++ b/testing/mono/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.2.2.30
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="http://www.mono-project.com/"
-arch="all"
+arch="x86_64 x86"
license="GPL"
depends="python"
depends_dev="zlib-dev libgdiplus-dev"