diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-06 21:55:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-06 21:55:09 +0000 |
commit | aa5a5f1d49dbd5a4979c423073f19171cf8b7e9e (patch) | |
tree | 11073561231741c4e242cfe268cbc76f621ddedf /community/mruby/APKBUILD | |
parent | ddb224a87210fb2ed573158e3b3c2002ebc84127 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |