mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/openjfx12: disable on everything but x86_64
This commit is contained in:
parent
24f84de589
commit
2c226cd8f2
@ -6,7 +6,7 @@ _pkgver=${pkgver/_p/+}
|
||||
pkgrel=0
|
||||
pkgdesc="Open JavaFX 12"
|
||||
url="https://hg.openjdk.java.net/openjfx/12-dev/rt"
|
||||
arch="all !x86 !armhf !armv7" # openjdk11 is not yet available on 32 bit arches
|
||||
arch="x86_64" # openjdk11 is not yet available on 32 bit arches, gets stuck on others
|
||||
license="GPL-2.0-with-classpath-exception"
|
||||
depends="$pkgname-gtk3" # for the virtual openjfx12 package
|
||||
makedepends="binutils-gold
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user