diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-02-22 13:58:08 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-02-22 13:58:08 +0100 |
commit | e4121b6bb4870e428d92e29bbe15d87b127d4fb8 (patch) | |
tree | 3847819d53641421159da8e81c94caf8654b2071 /testing/mono | |
parent | a71af9ede1e5b62f8a658bbdc1a153d411d18866 (diff) | |
download | aports-e4121b6bb4870e428d92e29bbe15d87b127d4fb8.tar.bz2 aports-e4121b6bb4870e428d92e29bbe15d87b127d4fb8.tar.xz |
testing/mono: enable 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 874bc50595..8f33900f16 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="armhf x86" +arch="all" license="GPL" depends="python" depends_dev="zlib-dev libgdiplus-dev" |