aboutsummaryrefslogtreecommitdiffstats
path: root/community/gjs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:42:17 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:42:17 +0000
commit00455a4f1669f6833dfc421db0707bea2fe29653 (patch)
tree20c66f0d43a12845f09faf196d2fd02297da2e49 /community/gjs
parent6e4df2127336c389ff0759d2fe736ffa76008a85 (diff)
downloadaports-00455a4f1669f6833dfc421db0707bea2fe29653.tar.bz2
aports-00455a4f1669f6833dfc421db0707bea2fe29653.tar.xz
community/gjs: disable on mips
Diffstat (limited to 'community/gjs')
-rw-r--r--community/gjs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gjs/APKBUILD b/community/gjs/APKBUILD
index 16067a8313..d7e91e5849 100644
--- a/community/gjs/APKBUILD
+++ b/community/gjs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.64.1
pkgrel=0
pkgdesc="GNOME javascript library"
url="https://wiki.gnome.org/Projects/Gjs"
-arch="all !s390x"
+arch="all !s390x !mips !mips64"
license="MIT AND LGPL-2.0-or-later"
makedepends="dbus gobject-introspection-dev mozjs68-dev mozjs68
gtk+3.0-dev cairo-dev meson"