diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-26 23:13:07 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-26 23:13:07 +0200 |
commit | 9b6626c042761f228ab3b6835850050920adf675 (patch) | |
tree | 3f654d53e9dfec3e7f00c0355687d6b878a8a454 /community/openjdk11 | |
parent | 62e687b7dd1e819950ebb849076c6bd2ef725f4b (diff) | |
download | aports-9b6626c042761f228ab3b6835850050920adf675.tar.bz2 aports-9b6626c042761f228ab3b6835850050920adf675.tar.xz |
community/openjdk11: disable on s390x
Diffstat (limited to 'community/openjdk11')
-rw-r--r-- | community/openjdk11/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/openjdk11/APKBUILD b/community/openjdk11/APKBUILD index 1a009368ab..63345a51a3 100644 --- a/community/openjdk11/APKBUILD +++ b/community/openjdk11/APKBUILD @@ -6,7 +6,8 @@ _pkgver=${pkgver/_p/+} pkgrel=0 pkgdesc="Oracle OpenJDK 11" url="https://hg.openjdk.java.net/jdk-updates/jdk11u" -arch="all !x86 !armhf !armv7" # openjdk10 is not yet available on 32 bit arches +arch="all !x86 !armhf !armv7 !s390x" # openjdk10 is not yet available on 32 bit arches +# hangs on s390x license="GPL-2.0 with Classpath" makedepends="autoconf bash |