diff options
-rw-r--r-- | testing/java-asmtools/APKBUILD | 2 |
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 |