aboutsummaryrefslogtreecommitdiffstats
path: root/testing/java-asmtools
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:42:34 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 17:42:34 +0000
commit2cb35d0d51834f2734a081b9f908edc8d3b8c3ba (patch)
treea395a42c15b9e253a9e491fb097c7c02a30fffe8 /testing/java-asmtools
parentd8845e2bc094d756461c7954bfb4e54833fb9830 (diff)
downloadaports-2cb35d0d51834f2734a081b9f908edc8d3b8c3ba.tar.bz2
aports-2cb35d0d51834f2734a081b9f908edc8d3b8c3ba.tar.xz
testing/java-asmtools: disable on mips
Diffstat (limited to 'testing/java-asmtools')
-rw-r--r--testing/java-asmtools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/java-asmtools/APKBUILD b/testing/java-asmtools/APKBUILD
index 8a535d431e..6c2144e1c5 100644
--- a/testing/java-asmtools/APKBUILD
+++ b/testing/java-asmtools/APKBUILD
@@ -6,7 +6,7 @@ pkgver=${_pkgver/-b/.}
pkgrel=0
pkgdesc="The AsmTools open source project is used to develop tools for the production of proper and improper Java '.class' files"
url="http://hg.openjdk.java.net/code-tools/asmtools"
-arch="noarch"
+arch="noarch !mips !mips64" # java
license="GPL-2.0"
makedepends="openjdk8"
options="!check" # this package has no tests