aboutsummaryrefslogtreecommitdiffstats
path: root/community/mruby/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-06 21:55:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-06 21:55:09 +0000
commitaa5a5f1d49dbd5a4979c423073f19171cf8b7e9e (patch)
tree11073561231741c4e242cfe268cbc76f621ddedf /community/mruby/APKBUILD
parentddb224a87210fb2ed573158e3b3c2002ebc84127 (diff)
downloadaports-aa5a5f1d49dbd5a4979c423073f19171cf8b7e9e.tar.bz2
aports-aa5a5f1d49dbd5a4979c423073f19171cf8b7e9e.tar.xz
community/mruby: disable on armhf
build segfaults on armhf. disable for now
Diffstat (limited to 'community/mruby/APKBUILD')
-rw-r--r--community/mruby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mruby/APKBUILD b/community/mruby/APKBUILD
index 65a3248fe2..9738d6c2b3 100644
--- a/community/mruby/APKBUILD
+++ b/community/mruby/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.4.0
pkgrel=0
pkgdesc="Lightweight Ruby"
url="http://mruby.org"
-arch="all"
+arch="all !armhf"
license="MIT"
depends=""
makedepends="$depends_dev bison ruby"