diff options
author | William Pitcock <nenolod@dereferenced.org> | 2017-06-08 01:29:59 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-08 01:29:59 +0000 |
commit | 2fb7351e135d135f0ad5a83f538764d696b01e7b (patch) | |
tree | 5cde4ff628f51c2599ba20a4e749b80738422867 /testing/mono | |
parent | 2ef2b67ec9d2caccd9fe15a491af2927e0a955e9 (diff) | |
download | aports-2fb7351e135d135f0ad5a83f538764d696b01e7b.tar.bz2 aports-2fb7351e135d135f0ad5a83f538764d696b01e7b.tar.xz |
testing/mono: disable
Diffstat (limited to 'testing/mono')
-rw-r--r-- | testing/mono/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index fd5a1f4384..37277b9a2a 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -6,7 +6,8 @@ pkgver=5.0.1.1 pkgrel=0 pkgdesc="Free implementation of the .NET platform including runtime and compiler" url="http://www.mono-project.com/" -arch="x86_64 x86" +#arch="x86_64 x86" +arch="" license="GPL" depends="python2" depends_dev="zlib-dev libgdiplus-dev" |