mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
*/openjdk*: fix arch block comments
Ref https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/83517
This commit is contained in:
parent
77eaa6ad14
commit
b61a198170
@ -5,7 +5,7 @@ pkgver=0.76.4
|
||||
pkgrel=0
|
||||
pkgdesc="libsignal-client contains platform-agnostic APIs useful for Signal client apps"
|
||||
url="https://github.com/signalapp/libsignal"
|
||||
# java >= 11 not available on 32 bit archs
|
||||
# 32-bit: blocked by openjdk >= 11
|
||||
# s390x: build error in boringssl ("Unknown target CPU")
|
||||
# ppc64le: build error in boringssl ("Unknown target CPU")
|
||||
# riscv64: build error in boringssl ("Unknown target CPU")
|
||||
|
@ -7,8 +7,8 @@ pkgrel=0
|
||||
pkgdesc="Oracle OpenJDK 11"
|
||||
provider_priority=11
|
||||
url="https://github.com/openjdk/jdk11u"
|
||||
# oracle dropped support for 32 bit
|
||||
# riscv64 blocked by openjdk10
|
||||
# 32-bit: needs patches
|
||||
# riscv64: unsupported
|
||||
arch="all !x86 !armhf !armv7 !riscv64"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends_build="
|
||||
|
@ -7,7 +7,8 @@ pkgrel=0
|
||||
pkgdesc="Oracle OpenJDK 17"
|
||||
provider_priority=17
|
||||
url="https://github.com/openjdk/jdk17u"
|
||||
# oracle dropped support for 32 bit
|
||||
# 32-bit: needs patches
|
||||
# riscv64: unsupported
|
||||
arch="all !x86 !armhf !armv7 !riscv64"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends="
|
||||
|
@ -7,7 +7,7 @@ pkgrel=0
|
||||
pkgdesc="Oracle OpenJDK 21"
|
||||
provider_priority=21
|
||||
url="https://github.com/openjdk/jdk21u"
|
||||
# oracle dropped support for 32 bit
|
||||
# 32-bit: needs patches
|
||||
arch="all !x86 !armhf !armv7"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends="
|
||||
|
@ -6,7 +6,7 @@ pkgver=0.13.17
|
||||
pkgrel=0
|
||||
pkgdesc="commandline interface for libsignal-service-java"
|
||||
url="https://github.com/AsamK/signal-cli"
|
||||
# jdk17 only available on 64 bit archs
|
||||
# 32-bit: blocked by openjdk21
|
||||
# cargo and rust not available on s390x and riscv64
|
||||
# java-libsignal-client not available on ppc64le
|
||||
arch="x86_64 aarch64"
|
||||
|
@ -6,8 +6,7 @@ _pkgver=${pkgver/_p/+}
|
||||
pkgrel=0
|
||||
pkgdesc="jtreg is the test harness used by the JDK test framework"
|
||||
url="https://github.com/openjdk/jtreg"
|
||||
# oracle dropped support for 32 bit
|
||||
# riscv64 blocked by openjdk11
|
||||
# riscv64, 32-bit blocked by openjdk11
|
||||
# s390x, ppc64le due to java-asmtools
|
||||
arch="all !x86 !armhf !armv7 !riscv64 !s390x !ppc64le"
|
||||
license="GPL-2.0"
|
||||
|
@ -7,7 +7,7 @@ pkgrel=3
|
||||
pkgdesc="Oracle OpenJDK 22"
|
||||
provider_priority=22
|
||||
url="https://github.com/openjdk/jdk22u"
|
||||
# oracle dropped support for 32 bit
|
||||
# 32-bit: needs patches
|
||||
arch="all !x86 !armhf !armv7"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends="
|
||||
|
@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="Oracle OpenJDK 23"
|
||||
provider_priority=23
|
||||
url="https://github.com/openjdk/jdk23u"
|
||||
# oracle dropped support for 32 bit
|
||||
# 32-bit: needs patches
|
||||
arch="all !x86 !armhf !armv7"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends="
|
||||
|
@ -7,7 +7,7 @@ pkgrel=0
|
||||
pkgdesc="Oracle OpenJDK 24"
|
||||
provider_priority=24
|
||||
url="https://github.com/openjdk/jdk24u"
|
||||
# oracle dropped support for 32 bit
|
||||
# 32-bit needs patches
|
||||
arch="all !x86 !armhf !armv7"
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
makedepends="
|
||||
|
Loading…
Reference in New Issue
Block a user