diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-02-11 13:14:40 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-02-11 13:14:40 +0100 |
commit | ba7a17db0f1e4b89edf538fa1e11f055a9b991dd (patch) | |
tree | 1310a290d2d44929329f391facc5cd721c1b47a5 /testing/mono | |
parent | ae2a407664df32b230013e6314461081da24b55e (diff) | |
download | aports-ba7a17db0f1e4b89edf538fa1e11f055a9b991dd.tar.bz2 aports-ba7a17db0f1e4b89edf538fa1e11f055a9b991dd.tar.xz |
testing/mono: disable for x86_64
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 8f33900f16..874bc50595 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" |