diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-14 16:05:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-14 16:06:09 +0000 |
commit | 3930d8175a68fd3507341fdc6ad8ec51dc7cbc19 (patch) | |
tree | a1d6e25b10a7e3f64520ec517c244d659bc94486 /testing/libkml | |
parent | f07838265e9c819ae64f9c8eb61a08a9a240cf38 (diff) | |
download | aports-3930d8175a68fd3507341fdc6ad8ec51dc7cbc19.tar.bz2 aports-3930d8175a68fd3507341fdc6ad8ec51dc7cbc19.tar.xz |
testing/libkml: disable on s390x due to openjdk11
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 |