From c3ae7a69b00d06d85b438fe59ea33379ec38140e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 6 Apr 2016 10:25:19 +0300 Subject: [PATCH] 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: . --- testing/mono/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 8f33900f16d..8609104629d 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"