aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-02-22 13:58:08 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-02-22 13:58:08 +0100
commite4121b6bb4870e428d92e29bbe15d87b127d4fb8 (patch)
tree3847819d53641421159da8e81c94caf8654b2071
parenta71af9ede1e5b62f8a658bbdc1a153d411d18866 (diff)
downloadalpine_aports-e4121b6bb4870e428d92e29bbe15d87b127d4fb8.tar.bz2
alpine_aports-e4121b6bb4870e428d92e29bbe15d87b127d4fb8.tar.xz
alpine_aports-e4121b6bb4870e428d92e29bbe15d87b127d4fb8.zip
testing/mono: enable x86_64
-rw-r--r--testing/mono/APKBUILD2
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
5pkgrel=1 5pkgrel=1
6pkgdesc="Free implementation of the .NET platform including runtime and compiler" 6pkgdesc="Free implementation of the .NET platform including runtime and compiler"
7url="http://www.mono-project.com/" 7url="http://www.mono-project.com/"
8arch="armhf x86" 8arch="all"
9license="GPL" 9license="GPL"
10depends="python" 10depends="python"
11depends_dev="zlib-dev libgdiplus-dev" 11depends_dev="zlib-dev libgdiplus-dev"