diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-11-01 18:57:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-15 15:56:42 +0000 |
commit | 560237ff9917d565c4a2134a75d0b77a4ec02516 (patch) | |
tree | 1ce4fa5fa13a2dc21039a563fd7ffb9b0a68f6a2 | |
parent | d2b7f4074f1082687dd8044bbd41e8c2f879fed2 (diff) | |
download | aports-560237ff9917d565c4a2134a75d0b77a4ec02516.tar.gz aports-560237ff9917d565c4a2134a75d0b77a4ec02516.tar.bz2 aports-560237ff9917d565c4a2134a75d0b77a4ec02516.tar.xz |
community/openjdk11: enable s390x again
-rw-r--r-- | community/openjdk11/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/openjdk11/APKBUILD b/community/openjdk11/APKBUILD index 63345a51a32..1a009368ab4 100644 --- a/community/openjdk11/APKBUILD +++ b/community/openjdk11/APKBUILD @@ -6,8 +6,7 @@ _pkgver=${pkgver/_p/+} pkgrel=0 pkgdesc="Oracle OpenJDK 11" url="https://hg.openjdk.java.net/jdk-updates/jdk11u" -arch="all !x86 !armhf !armv7 !s390x" # openjdk10 is not yet available on 32 bit arches -# hangs on s390x +arch="all !x86 !armhf !armv7" # openjdk10 is not yet available on 32 bit arches license="GPL-2.0 with Classpath" makedepends="autoconf bash |