aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang/APKBUILD
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/erlang/APKBUILD
parente0835674d4f3d8c87aa42fb6eb5d705b7d8eba23 (diff)
community: disable java packages on mips
Diffstat (limited to 'community/erlang/APKBUILD')
-rw-r--r--community/erlang/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD
index 216600165e1..87b5e649f70 100644
--- a/community/erlang/APKBUILD
+++ b/community/erlang/APKBUILD
@@ -8,7 +8,7 @@ pkgrel=0
pkgdesc="General-purpose programming language and runtime environment"
url="https://www.erlang.org/"
license="Apache-2.0"
-arch="all"
+arch="all !mips !mips64"
depends="$pkgname-kernel $pkgname-stdlib $pkgname-compiler"
makedepends="perl-dev perl zlib-dev ncurses-dev openssl-dev openjdk8
unixodbc-dev autoconf wxgtk-dev glu-dev"