aboutsummaryrefslogtreecommitdiffstats
path: root/testing/polyml
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-15 09:08:41 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-15 09:08:41 +0000
commitb055f86da0f38d48291d11dde2eb841d04d9f6a6 (patch)
tree644ca6aa339b80b26874b6a5c39fdf52d8153c48 /testing/polyml
parente56fb576b2da2bc8a6565f9979421b89d744c580 (diff)
downloadaports-b055f86da0f38d48291d11dde2eb841d04d9f6a6.tar.bz2
aports-b055f86da0f38d48291d11dde2eb841d04d9f6a6.tar.xz
testing/polyml: disable on mips
Diffstat (limited to 'testing/polyml')
-rw-r--r--testing/polyml/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polyml/APKBUILD b/testing/polyml/APKBUILD
index 5202268200..5bd1708a8c 100644
--- a/testing/polyml/APKBUILD
+++ b/testing/polyml/APKBUILD
@@ -5,7 +5,7 @@ pkgver=5.8
pkgrel=1
pkgdesc="ML97 compatible Standard ML implementation"
url="https://www.polyml.org/"
-arch="all !aarch64 !ppc64le !s390x"
+arch="all !aarch64 !ppc64le !s390x !mips !mips64"
license="LGPL-2.1-only"
makedepends="gmp-dev libffi-dev"
subpackages="$pkgname-dev $pkgname-doc"