aboutsummaryrefslogtreecommitdiffstats
path: root/testing/polyml
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-03-12 14:07:48 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-03-12 14:08:15 +0100
commit4432df1dd0a0a00a87db47935eef33b63998fc4a (patch)
treed2ccfd4d121984f83756d5ab97c1d8c0cade7020 /testing/polyml
parente905ea9148737ddcf20e7b57ab7b0784e21fe6ca (diff)
downloadaports-4432df1dd0a0a00a87db47935eef33b63998fc4a.tar.bz2
aports-4432df1dd0a0a00a87db47935eef33b63998fc4a.tar.xz
testing/polyml: disable on ppc64le as well for now
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 d55f568837..df88656093 100644
--- a/testing/polyml/APKBUILD
+++ b/testing/polyml/APKBUILD
@@ -5,7 +5,7 @@ pkgver=5.8
pkgrel=0
pkgdesc="ML97 compatible Standard ML implementation"
url="https://www.polyml.org/"
-arch="all !aarch64"
+arch="all !aarch64 !ppc64le"
license="LGPL-2.1-only"
depends=""
depends_dev=""