diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-27 19:25:35 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-27 19:25:40 +0200 |
commit | 7df7ee98f0ecd18958c0bac942416d26119a7e7a (patch) | |
tree | a019635aeafde16360d7cb7c2b863b738276d803 /testing/mono | |
parent | f39263bb3cf21feed51f7b014b46383e3c362ef6 (diff) | |
download | aports-7df7ee98f0ecd18958c0bac942416d26119a7e7a.tar.bz2 aports-7df7ee98f0ecd18958c0bac942416d26119a7e7a.tar.xz |
testing/mono: enabled only 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 b3a591191a..d17c60027a 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -5,7 +5,7 @@ pkgver=4.0.0_alpha1 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" -arch="all" +arch="x86_64" license="GPL" depends="" depends_dev="zlib-dev libgdiplus-dev" |