aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-14 16:05:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-14 16:06:09 +0000
commit3930d8175a68fd3507341fdc6ad8ec51dc7cbc19 (patch)
treea1d6e25b10a7e3f64520ec517c244d659bc94486
parentf07838265e9c819ae64f9c8eb61a08a9a240cf38 (diff)
downloadalpine_aports-3930d8175a68fd3507341fdc6ad8ec51dc7cbc19.tar.bz2
alpine_aports-3930d8175a68fd3507341fdc6ad8ec51dc7cbc19.tar.xz
alpine_aports-3930d8175a68fd3507341fdc6ad8ec51dc7cbc19.zip
testing/libkml: disable on s390x due to openjdk11
-rw-r--r--testing/libkml/APKBUILD2
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
6_jdkver=11 6_jdkver=11
7pkgdesc="Reference implementation of OGC KML 2.2" 7pkgdesc="Reference implementation of OGC KML 2.2"
8url="https://github.com/libkml/libkml" 8url="https://github.com/libkml/libkml"
9arch="all !x86 !armhf !armv7" # openjdk is not yet available on 32 bit arches 9arch="all !x86 !armhf !armv7 !s390x" # openjdk is not yet available on 32 bit arches
10license="BSD-3-Clause" 10license="BSD-3-Clause"
11depends_dev=" 11depends_dev="
12 boost-dev 12 boost-dev