aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-09 16:04:03 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-09 16:04:03 +0000
commit153b52874df4f8708bf2b9f3787a970ff509de41 (patch)
treea49539b73db7714aa0296e7af252db1c21b80075 /testing
parent30917abf02fc79237b04b0627a24145db48a846a (diff)
downloadaports-153b52874df4f8708bf2b9f3787a970ff509de41.tar.bz2
aports-153b52874df4f8708bf2b9f3787a970ff509de41.tar.xz
testing/openjdk14: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/openjdk14/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openjdk14/APKBUILD b/testing/openjdk14/APKBUILD
index 252e1af794..861c79d75e 100644
--- a/testing/openjdk14/APKBUILD
+++ b/testing/openjdk14/APKBUILD
@@ -7,7 +7,7 @@ _pkgver=14+36
pkgrel=0
pkgdesc="Oracle OpenJDK 14"
url="https://hg.openjdk.java.net/jdk-updates/jdk14u"
-arch="all !x86 !armhf !armv7" # oracle dropped support for 32 bit
+arch="all !x86 !armhf !armv7 !mips !mips64" # oracle dropped support for 32 bit
license="GPL-2.0-with-classpath-exception"
makedepends="autoconf
bash