diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-26 17:03:56 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-10-26 17:03:56 -0500 |
commit | a9aa1ff035198997f888ff9da072d24438cd4181 (patch) | |
tree | 11257ac3c586e834bfcb86bbe38bfd004484f1b9 /community | |
parent | 8bdddf0c9d5b345120c8d2514131623ba1dcb13a (diff) |
Add mips64el in archs
Diffstat (limited to 'community')
-rw-r--r-- | community/libnetfilter_cthelper/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python2-cjson/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python2-gnutls/PKGBUILD | 2 | ||||
-rw-r--r-- | community/python2-imaging/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/community/libnetfilter_cthelper/PKGBUILD b/community/libnetfilter_cthelper/PKGBUILD index 0cca5f479..fbbe5992d 100644 --- a/community/libnetfilter_cthelper/PKGBUILD +++ b/community/libnetfilter_cthelper/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libnetfilter_cthelper pkgver=1.0.0 pkgrel=1 pkgdesc='Library for the connection tracking helper infrastructure' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/libnetfilter_cthelper/' license=('GPL2') depends=('libmnl') diff --git a/community/python2-cjson/PKGBUILD b/community/python2-cjson/PKGBUILD index 2d95793a4..dc386069e 100644 --- a/community/python2-cjson/PKGBUILD +++ b/community/python2-cjson/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-cjson pkgver=1.0.5 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') pkgdesc="Fast JSON encoder/decoder for Python" url="http://pypi.python.org/pypi/python-cjson/" diff --git a/community/python2-gnutls/PKGBUILD b/community/python2-gnutls/PKGBUILD index 3a7c86a04..55fa82220 100644 --- a/community/python2-gnutls/PKGBUILD +++ b/community/python2-gnutls/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-gnutls pkgver=1.2.4 pkgrel=2 pkgdesc="Python wrapper for the GNUTLS library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://cheeseshop.python.org/pypi/python-gnutls" depends=('python2' 'gnutls') license=('LGPL') diff --git a/community/python2-imaging/PKGBUILD b/community/python2-imaging/PKGBUILD index 49b368ada..a4c727873 100644 --- a/community/python2-imaging/PKGBUILD +++ b/community/python2-imaging/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python2-imaging pkgver=1.1.7 pkgrel=5 pkgdesc="PIL. Provides image processing capabilities for python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pythonware.com/products/pil/index.htm" license=('custom:"pil"') depends=('python2' 'libjpeg' 'freetype2' 'lcms') |