aboutsummaryrefslogtreecommitdiffstats
path: root/testing/handlebars
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-10 17:01:51 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-10 17:02:04 +0000
commitca37e90309e7a4f0a310a7c4243c1fd4777f1ec9 (patch)
tree970a9de59015eee182b0c27a3c988209806dfc02 /testing/handlebars
parent8cf25c531df25ec6327d71c51dcac3d43a2f907e (diff)
downloadaports-ca37e90309e7a4f0a310a7c4243c1fd4777f1ec9.tar.bz2
aports-ca37e90309e7a4f0a310a7c4243c1fd4777f1ec9.tar.xz
testing/handlebars: disable on mips
Diffstat (limited to 'testing/handlebars')
-rw-r--r--testing/handlebars/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/handlebars/APKBUILD b/testing/handlebars/APKBUILD
index 9d8c32f8b4..79303a687f 100644
--- a/testing/handlebars/APKBUILD
+++ b/testing/handlebars/APKBUILD
@@ -9,7 +9,7 @@ _handlebarsspec_ver="4.0.5-p1"
pkgdesc="C implementation of handlebars.js"
url="https://github.com/jbboehr/handlebars.c"
license="LGPL-2.1-or-later"
-arch="all !armv7"
+arch="all !armv7 !mips !mips64"
makedepends="autoconf automake bison check-dev flex json-c-dev libtool lmdb-dev
pcre-dev talloc-dev yaml-dev"
subpackages="$pkgname-dev $pkgname-utils"