diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-14 12:39:47 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-14 12:39:47 -0300 |
commit | 2b89cd1771bde5b5c6d88df4090169fc893fa26d (patch) | |
tree | a4633d0a21f534f78749101b15b1b75762922649 /extra/mono | |
parent | 8f36bbabb91a72eebb9a8732e5fef1811f58f9f0 (diff) |
Don't build for mips64el unless someone's interested in it
Diffstat (limited to 'extra/mono')
-rw-r--r-- | extra/mono/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD index 336f59ca1..9a83fc925 100644 --- a/extra/mono/PKGBUILD +++ b/extra/mono/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mono pkgver=2.10.8 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" -arch=(i686 x86_64 'mips64el') +arch=(i686 x86_64) license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11') url="http://www.mono-project.com/" depends=('zlib' 'libgdiplus>=2.10' 'sh') |