diff options
Diffstat (limited to 'testing/libkml')
-rw-r--r-- | testing/libkml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libkml/APKBUILD b/testing/libkml/APKBUILD index d63b8bf43b..82abba80ee 100644 --- a/testing/libkml/APKBUILD +++ b/testing/libkml/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 _jdkver=11 pkgdesc="Reference implementation of OGC KML 2.2" url="https://github.com/libkml/libkml" -arch="all !x86 !armhf !armv7" # openjdk is not yet available on 32 bit arches +arch="all !x86 !armhf !armv7 !s390x" # openjdk is not yet available on 32 bit arches license="BSD-3-Clause" depends_dev=" boost-dev |