summaryrefslogtreecommitdiffstats
path: root/testing/mono
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-02-11 13:14:40 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-02-11 13:14:40 +0100
commitba7a17db0f1e4b89edf538fa1e11f055a9b991dd (patch)
tree1310a290d2d44929329f391facc5cd721c1b47a5 /testing/mono
parentae2a407664df32b230013e6314461081da24b55e (diff)
testing/mono: disable for x86_64
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 8f33900f16d..874bc50595d 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="armhf x86"
license="GPL"
depends="python"
depends_dev="zlib-dev libgdiplus-dev"