aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-13 08:01:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-13 08:02:26 +0000
commitc62a46b1fd4c3edd9bdc441e24390285dd428456 (patch)
treed51282f53bf0bc9dde03c8b095d40d1ed3f3950d /testing/mono
parentc183a55f1f0d06ffa6858a59cd49a1a49f3a8ee5 (diff)
downloadaports-c62a46b1fd4c3edd9bdc441e24390285dd428456.tar.bz2
aports-c62a46b1fd4c3edd9bdc441e24390285dd428456.tar.xz
testing/mono: enable for armv7
seems to build on armv7 so lets enable it
Diffstat (limited to 'testing/mono')
-rw-r--r--testing/mono/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD
index 158fb0b885..f7b81c6722 100644
--- a/testing/mono/APKBUILD
+++ b/testing/mono/APKBUILD
@@ -6,7 +6,7 @@ pkgver=5.18.0.268
pkgrel=0
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="https://www.mono-project.com/"
-arch="x86_64 x86"
+arch="x86_64 x86 armv7"
license="MIT"
depends="python2"
depends_dev="libgdiplus-dev zlib-dev"