aboutsummaryrefslogtreecommitdiffstats
path: root/community/openjdk7
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:18:03 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:18:03 +0000
commite0835674d4f3d8c87aa42fb6eb5d705b7d8eba23 (patch)
tree93a022319bccd56df3bd5f6ad46f0db7b28f9549 /community/openjdk7
parent03ac74c195e4a4d8aa86859e8464b5bd26b25dae (diff)
downloadaports-e0835674d4f3d8c87aa42fb6eb5d705b7d8eba23.tar.bz2
aports-e0835674d4f3d8c87aa42fb6eb5d705b7d8eba23.tar.xz
community/openjdk[7-11]: disable on mips
Diffstat (limited to 'community/openjdk7')
-rw-r--r--community/openjdk7/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/openjdk7/APKBUILD b/community/openjdk7/APKBUILD
index fb4d605b90..7effcf9499 100644
--- a/community/openjdk7/APKBUILD
+++ b/community/openjdk7/APKBUILD
@@ -10,7 +10,8 @@ pkgver=7.221.$_icedteaver
pkgrel=1
pkgdesc="OpenJDK 7 via IcedTea"
url="https://icedtea.classpath.org/"
-arch="all"
+# no bootstrap JDK on mips
+arch="all !mips !mips64"
license="GPL-2.0 with Classpath"
depends="$pkgname-jre java-cacerts"
options="sover-namecheck"