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