summaryrefslogtreecommitdiff
path: root/extra/gjs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-26 20:57:51 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-26 20:57:51 +0200
commit8f88428db7509e434696538e7c757392400d178b (patch)
tree51d998ad01b4819a839de77165ef597b211cd49b /extra/gjs
parent37451b22bc828c2cb19b49f70007659331c52a7c (diff)
Disable js on mips64el, it has the same build problems as recent Iceweasel.
Diffstat (limited to 'extra/gjs')
-rw-r--r--extra/gjs/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gjs/PKGBUILD b/extra/gjs/PKGBUILD
index aa61fb58a..4de85bfcd 100644
--- a/extra/gjs/PKGBUILD
+++ b/extra/gjs/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gjs
pkgver=1.36.1
pkgrel=1
pkgdesc="Javascript Bindings for GNOME"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://live.gnome.org/Gjs"
license=(GPL)
depends=(cairo gobject-introspection 'js>=17.0.0')