summaryrefslogtreecommitdiff
path: root/community/python-numexpr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-09 15:41:41 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-09 15:41:41 -0500
commit3cda9a0dadbcaca52afde10a0bc02eba756b1202 (patch)
treeaa37302b8e3acdf89d9afb68295cc507e48d0dfc /community/python-numexpr
parent08c8995f92d387bf22b43965f1916bb97fcab052 (diff)
Add mips64el in archs
Diffstat (limited to 'community/python-numexpr')
-rw-r--r--community/python-numexpr/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-numexpr/PKGBUILD b/community/python-numexpr/PKGBUILD
index ac6d8d3fa..c45780544 100644
--- a/community/python-numexpr/PKGBUILD
+++ b/community/python-numexpr/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=2.1
pkgrel=1
pkgdesc="A JIT compiler for Python expressions"
url="http://code.google.com/p/numexpr/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('MIT')
makedepends=('python2-distribute' 'python-distribute' 'python-numpy' 'python2-numpy')
source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz)