diff options
Diffstat (limited to 'community/mod_wsgi2')
-rw-r--r-- | community/mod_wsgi2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mod_wsgi2/PKGBUILD b/community/mod_wsgi2/PKGBUILD index 3a27e99e2..1e0e0c3c0 100644 --- a/community/mod_wsgi2/PKGBUILD +++ b/community/mod_wsgi2/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mod_wsgi2 pkgver=3.4 pkgrel=3 pkgdesc='Python2 WSGI adapter module for Apache' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url='http://www.modwsgi.org/' license=('APACHE') depends=('apache' 'python2') |