diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-26 23:25:31 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-26 23:25:31 +0200 |
commit | 2c226cd8f201fc1fe86ed3ab3ca27579965dec20 (patch) | |
tree | 8913bd463bd47f34e0bb419539f0e9e2aa03a4b6 /testing/openjfx12 | |
parent | 24f84de589b73c43fd4ed05c03486b7333c54753 (diff) | |
download | aports-2c226cd8f201fc1fe86ed3ab3ca27579965dec20.tar.bz2 aports-2c226cd8f201fc1fe86ed3ab3ca27579965dec20.tar.xz |
testing/openjfx12: disable on everything but x86_64
Diffstat (limited to 'testing/openjfx12')
-rw-r--r-- | testing/openjfx12/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openjfx12/APKBUILD b/testing/openjfx12/APKBUILD index d0dff4ec96..cb16ec8a0a 100644 --- a/testing/openjfx12/APKBUILD +++ b/testing/openjfx12/APKBUILD @@ -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 |