aboutsummaryrefslogtreecommitdiffstats
path: root/community/tomcat-native
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:24:53 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-07 23:24:53 +0000
commit88b346857ae83c829a22621b9bb17c3723089e20 (patch)
treee4c367100cb99d1d105c67f422e882c558aeb280 /community/tomcat-native
parente0835674d4f3d8c87aa42fb6eb5d705b7d8eba23 (diff)
downloadaports-88b346857ae83c829a22621b9bb17c3723089e20.tar.bz2
aports-88b346857ae83c829a22621b9bb17c3723089e20.tar.xz
community: disable java packages on mips
Diffstat (limited to 'community/tomcat-native')
-rw-r--r--community/tomcat-native/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tomcat-native/APKBUILD b/community/tomcat-native/APKBUILD
index 1a0870967d..ee40bfd1a4 100644
--- a/community/tomcat-native/APKBUILD
+++ b/community/tomcat-native/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.23
pkgrel=0
pkgdesc="Native resources optional component for Apache Tomcat"
url="https://tomcat.apache.org/native-doc/"
-arch="all"
+arch="all !mips !mips64"
license="Apache-2.0"
options="!check" # package has no tests
makedepends="apr-dev chrpath openjdk8 openssl-dev"