diff options
Diffstat (limited to 'testing/polyml')
-rw-r--r-- | testing/polyml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polyml/APKBUILD b/testing/polyml/APKBUILD index df88656093..7721ba191b 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 !ppc64le" +arch="all !aarch64 !ppc64le !s390x" license="LGPL-2.1-only" depends="" depends_dev="" |